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: 5 months 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 (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-30T08:51:16.000Z (about 3 years ago)
- Last Synced: 2025-02-01T17:44:39.385Z (over 1 year 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
```