Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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