Skip to content

kylepotts/demand-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cluster Truck Demand App

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

  1. npm install
  2. npm start
  3. Should automatically open a browser window for you

To start in prod mode

  1. npm install
  2. npm run build
  3. 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published