A react project that fetches geojson/nearby transit data to display on interactive map using the mapbox API. Seperate service must be running to fetch geojson
- See https://github.com/orgs/space-work/dashboard for full project
Make sure you have a
.env
file followingexample.env
template
npm i
to install dependenciesnpm run seed
seeds mongodb with fake nearby transit datanpm run build
to produce bundle for prod.npm run start
&&npm run server
for local development