CodingForProduct / tap_rewards

Coding-for-Product Mentorship Project - Demo Transit System Reward App
MIT License
3 stars 2 forks source link

Heroku Required changes: (1)Package.JSON (2)Profile (3)Server.js #69

Closed LfifteenA closed 7 years ago

LfifteenA commented 7 years ago

(1) Package.JSON file updated - Added act’l script under “dev: nodemon app.js" — added "start" : "node server.js" for Heroic deployment (2) Profile file created - Heroku required to communicate (to Heroku) how to start the server (via web) and what language to run on it (node server.js) (3) server.js file created - To communicate (to Heroku) from our app on how to run the app (i.e. use express, declares ports, sets up routes and file paths for static code, etc) note: deleted unnecessary yarn lock file