Created by Mecklenburg County GIS. Online over here.
Built using:
- Material Design Lite
- Mapbox GL JS
- React
First, install the project dependencies.
npm installThen build the public folder.
npm run buildNow you can launch a development environment at any time by typing:
npm startTo build the app for deployment (minifying CSS and uglifying JS), run the build again:
npm run build