Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aijunrumeng/koa-app-ts
- Owner: aijunrumeng
- Created: 2023-05-30T08:32:52.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-05-30T08:51:16.000Z (over 1 year ago)
- Last Synced: 2024-10-16T19:12:53.811Z (3 months ago)
- Topics: koa2, pm2, ts-node-dev, typescript
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```