Skip to content

ParkingPrediXion/ParkingPrediXion

 
 

Repository files navigation

Parking PrediXion

Presentation

Build Instruction

  • Clone repo.
  • Run npm install from the root. This installs the dependencies for the server.
  • cd client, then npm install, which installs dependencies for the react front end.
  • You will need to run two servers, so will need 2 terminal tabs. In the root directory, run PORT=3001 node bin/www
  • In a new terminal tab, cd client and run npm start to start the react app.

Development Notes

  • You should only need to work inside the /client folder to start. The entry point is client/src/App.js. Build further in the components directory.
  • The mapbox package repo and demo info is at react-mapbox-gl

About

GE Minds + Machines Appathon Winner 2017

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 43.8%
  • JavaScript 34.6%
  • HTML 20.1%
  • CSS 1.5%