This is a simple koa typescript template.
Here's what you get out of the box:
- Typescript ready project
- Linting with eslint
- Code formatting with prettier
- Testing with jest
- Commit and push actions with Husky
First, install the dependencies:
yarn install
To start up the server and listen for code changes, run the following command:
yarn dev
To run the test suite:
yarn test