###Aditya | Data Vis | Amit
Copy the content of this folder to your project.
To see the base map, you need a Mapbox access token. You can either set an environment variable:
export MapboxAccessToken=<mapbox_access_token>Or set MAPBOX_TOKEN directly in app.js.
Other options can be found at using with Mapbox GL.
# install dependencies
npm install
# or
yarn
# bundle and serve the app with webpack
npm start