Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 854 Bytes

DEV.md

File metadata and controls

29 lines (22 loc) · 854 Bytes

Developer notes

Getting started

npm start
# open up a different shell then run
npm run dev
# the default browser will open and load up localhost:3000

Deploying to Heroku

heroku login
# heroku git:remote -a matytermind
git push heroku master
heroku open

Documentation

For more information about using Node.js on Heroku, see these Dev Center articles: