Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kanghyojun/koa-typescript-boilerplate
https://github.com/kanghyojun/koa-typescript-boilerplate
boilerplate koa node skeleton typescript
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kanghyojun/koa-typescript-boilerplate
- Owner: kanghyojun
- Created: 2020-10-28T15:50:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-01T20:22:32.000Z (over 3 years ago)
- Last Synced: 2024-10-08T09:23:58.627Z (4 months ago)
- Topics: boilerplate, koa, node, skeleton, typescript
- Language: TypeScript
- Homepage:
- Size: 895 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple boilerplate for Koa & TypeScript.
I referred to [javieraviles/node-typescript-koa-rest][repo].[repo]: https://github.com/javieraviles/node-typescript-koa-rest
# Requirements
- yarn or npm
- node 14+## Installation
```bash
$ yarn
```## LINT, Test
```bash
$ yarn lint
$ yarn test
```## Start the server
### dev
```bash
$ yarn dev
```### prod
```bash
$ yarn build
$ yarn start
```