Copy '.env.sample' to '.env'
Replace with your env variables
# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prod
# unit tests
$ yarn test
# e2e tests
$ yarn test:e2e
# test coverage
$ yarn test:cov
- Chapter 1: What Is JavaScript?[~3h]
- Chapter 2: Surveying JS[~3h]
- Interview Checkpoint
# pause app
heroku ps:scale web=0
# resume app
heroky ps:scale web=1
git push heroku master