Creating a complete monojs starter, with tests, authentication and mailing system.
npm installnpm run devAPI server will listen on http://localhost:8000 & watch for changes to restart.
npm startThe tests are made with AVA, nyc and mono-test-utils in test/:
npm test