https://github.com/zombiqwerty/koa2starter
https://github.com/zombiqwerty/koa2starter
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zombiqwerty/koa2starter
- Owner: zombiQWERTY
- License: bsd-3-clause
- Created: 2016-11-14T09:55:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-14T09:56:54.000Z (over 9 years ago)
- Last Synced: 2025-01-08T19:15:39.520Z (over 1 year ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```