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

https://github.com/zombiqwerty/koa2starter


https://github.com/zombiqwerty/koa2starter

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Koa2 starter kit

## Commands

#### Setup
Install Docker and:

#### Develop
```bash
docker-compose up dev
```

#### Prod
```bash
docker-compose up prod
```

#### Test
```bash
docker-compose up test
```

#### ApiDoc
```bash
yarn run apidoc
```