Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lxxyx/midway-koa-example
midway-koa-example
https://github.com/lxxyx/midway-koa-example
Last synced: about 1 month ago
JSON representation
midway-koa-example
- Host: GitHub
- URL: https://github.com/lxxyx/midway-koa-example
- Owner: Lxxyx
- Created: 2021-09-01T09:35:28.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-01T09:40:22.000Z (over 3 years ago)
- Last Synced: 2024-12-15T09:37:43.480Z (about 1 month ago)
- Language: TypeScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my_midway_project
## QuickStart
see [midway docs][midway] for more detail.
### Development
```bash
$ npm i
$ npm run dev
$ open http://localhost:7001/
```### Deploy
```bash
$ npm start
```### npm scripts
- Use `npm run lint` to check code style.
- Use `npm test` to run unit test.[midway]: https://midwayjs.org