This app uses the Dark Sky API and the ClusterTruck Kitchen API to detemind the current demand for each Kitchen in cluster truck.
Its mobile responsive (ish)!
This is based off of create-react-app
To start in dev mode
- npm install
- npm start
- Should automatically open a browser window for you
To start in prod mode
- npm install
- npm run build
- There should be a build folder which you can use any old HTTP Server to host that directory ( python2.7 -m SimpleHTTPServer 80)
See a live version here