npm install
- Rename
example.env
to.env
and add secrets as needed - Edit
package.json
project name - Reset git:
rm -rf .git && git init && git add -A && git commit -m 'start'
npm run dev
- run with Nodemonnpm test
- Mocha defaultnpm test -- -w
- Mocha in watch modenpm run deploy
- pushes to Heroku master