https://github.com/sunkuo/adq-tool
https://github.com/sunkuo/adq-tool
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sunkuo/adq-tool
- Owner: sunkuo
- Created: 2024-03-01T06:50:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-16T09:46:51.000Z (about 2 years ago)
- Last Synced: 2025-03-26T08:29:51.389Z (about 1 year ago)
- Language: TypeScript
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- 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