Boilerplate for Node.js Koa2 API application with Typescript, TSLint, ES2017, Yarn.
- Redis (installed & running)
- yarn
# install dependencies
$ yarn
# run normally
$ yarn start
# run the application with nodemon for development
$ yarn dev
# run the test
$ yarn test
# run the application with docker
$ docker-compose up