npm install koa2-boilerplateA minimal boilerplate of koa v2.
#### Setup
npm install
#### Develop
npm start
#### Test
npm test
- Watcher and hot-reload: nodemon
- Test:
+ mocha
+ should
+ supertest
- Build: babel
+ tools: babel-register
+ presets: babel-preset-es2015-node5
+ plugins: transform-async-to-generator, syntax-async-functions
- Lint:
You can choose the lint tool that you prefer.
- koajs/koa#533
- koajs/koa#596
MIT © GeekPlux