An open API service indexing awesome lists of open source software.

https://github.com/marcoturi/koa-boilerplate


https://github.com/marcoturi/koa-boilerplate

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Koa Boilerplate
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) [![MIT License](https://img.shields.io/github/license/marcoturi/react-redux-boilerplate)](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)

## ✨ Getting Started

```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.
```