Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aijunrumeng/koa-app-ts

koa app with typescript
https://github.com/aijunrumeng/koa-app-ts

koa2 pm2 ts-node-dev typescript

Last synced: about 1 month ago
JSON representation

koa app with typescript

Awesome Lists containing this project

README

        

# koa app with typescript

## step1

```bash

yarn

```

## step2

create a ***.env*** file at the root path with content below

```bash

APP_KEYS=xxx

DB_HOST=xxx
DB_USER=xxx
DB_PASS=xxx
DB_DATABASE=xxx
DB_TIMEZONE="08:00"

```

## step3

```bash

yarn start

```