https://github.com/erikjiang/egg-seed
🌱 egg.ts 种子框架
https://github.com/erikjiang/egg-seed
eggjs jwt sequelize
Last synced: about 1 year ago
JSON representation
🌱 egg.ts 种子框架
- Host: GitHub
- URL: https://github.com/erikjiang/egg-seed
- Owner: ErikJiang
- Created: 2018-09-27T08:41:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-08T15:04:06.000Z (over 7 years ago)
- Last Synced: 2025-03-25T20:05:59.322Z (about 1 year ago)
- Topics: eggjs, jwt, sequelize
- Language: TypeScript
- Homepage:
- Size: 245 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# :seedling: Seed 种子框架
## QuickStart
### Development
```bash
$ npm i
$ npm run dev
$ open http://localhost:7001/
```
Don't tsc compile at development mode, if you had run `tsc` then you need to `npm run clean` before `npm run dev`.
### Deploy
```bash
$ npm run tsc
$ npm start
```
### Npm Scripts
- Use `npm run lint` to check code style
- Use `npm test` to run unit test
- se `npm run clean` to clean compiled js at development mode once
### Requirement
- Node.js 8.x
- Typescript 2.8+