Start the application npm start
Start nodemon for the application npm run dev
Run the tests in watch mode npm test
When your new project is ready for deployment, add a new heroku application with heroku create
. This will make a new git remote called "heroku" and you can then npm run deploy
which will push to this remote's master branch.