A minimal boilerplate of koa v2.
Both ways you can start:
fork this repo & git clone the repo
npm install koa2-boilerplate
npm install
npm start
npm test
- Watcher and hot-reload: nodemon
- Test:
- 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.
MIT © GeekPlux