Installation
-
clone the repository
$ git clone https://github.com/krawitzzZ/koa-boilerplate.git app $ cd app -
install dependencies
$ yarn -
configure environment variables and then start the dev server
$ yarn run dev -
run tests
$ yarn run test -
run tests with coverage
$ yarn run test:coverage