Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wjw-gavin/midway-demo
https://github.com/wjw-gavin/midway-demo
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wjw-gavin/midway-demo
- Owner: wjw-gavin
- Created: 2024-07-23T02:50:49.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-24T07:36:02.000Z (5 months ago)
- Last Synced: 2024-10-14T21:07:25.625Z (2 months ago)
- Language: TypeScript
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
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