Web application that geographically maps census data such as popoulation, population density, sex ratio, etc.
App was developed using NodeJS v14.17.6, NPM v6.14.14
-
Clone the repo
-
Install dependencies
npm install -
To start app
npm startThis will start the app in browser.
To compile the source code do:
npm run build
Currently the app is being hosted using Github Pages. For deployment using Github Pages, see here.
