- Blazing fast build system: Yarn 4 + TypeScript
- DI with Aulix
- Format and Style: Eslint + Prettier.
- Release flow: Husky + Commitlint + Semantic-release
npx degit marcoturi/koa-boilerplate my-app
cd my-app
# To enable yarn 4 follow the instruction here: https://yarnpkg.com/getting-started/install
yarn #Install dependencies.