This hybrid template makes it easy to build koa apps what can be also run on AWS lambda or as a standalone koa server (or in Docker)
- Full ES6 support (node6 + CommonJS import/export module syntax)
- async/await
- flowtype
- eslint / prettier-eslint
npm i
npm run dev
npm run build
node dist/start
As otherwise:
sls deploy
TODO:
- Testing examples
- Dockerize