An aspiring poet's companion on the go.
- Type
docker-compose build
- Followed by
docker-compose run
- Visit your localhost today (standard is port 2233)!
- Everything -
npm test
- Just unit tests (mocha) –
npm unit
- Just code coverage (Istanbul) –
npm run coverage
- Just linting (standard)
npm run lint
- Try lintfixer
npm run lintFix
- Should I use nodemon in production? Forever? Hm