https://github.com/marcoturi/koa-boilerplate
https://github.com/marcoturi/koa-boilerplate
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcoturi/koa-boilerplate
- Owner: marcoturi
- Created: 2024-02-10T00:26:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-20T12:13:48.000Z (12 months ago)
- Last Synced: 2025-07-20T14:21:12.571Z (12 months ago)
- Language: TypeScript
- Size: 304 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Koa Boilerplate
[](https://github.com/prettier/prettier) [](http://commitizen.github.io/cz-cli/) [](https://github.com/alan2207/bulletproof-react/blob/master/LICENCE)
## ⚡ Features
- Blazing fast build system: [Yarn 4](https://yarnpkg.com/getting-started/install) + [TypeScript](https://www.typescriptlang.org)
- DI with [Aulix](https://aulix.com/)
- Format and Style: [Eslint](https://eslint.org/) + [Prettier](https://prettier.io/).
- Release flow: [Husky](https://github.com/typicode/husky) + [Commitlint](https://commitlint.js.org/) + [Semantic-release](https://github.com/semantic-release/semantic-release)
```bash
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.
```