A template that I use to quickly build and develop Koa backends in TypeScript.
- Run:
yarn install
- Start Server for development:
yarn dev
- Start Server for Production:
yarn start
- Check for errors/warnings:
yarn lint
- Check for errors/warnings (and fix them):
yarn lint-fix