https://github.com/liuxin-developer/egg-class-2023
https://github.com/liuxin-developer/egg-class-2023
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/liuxin-developer/egg-class-2023
- Owner: LiuXin-Developer
- Created: 2023-09-14T09:35:23.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-11T07:14:30.000Z (almost 2 years ago)
- Last Synced: 2025-10-18T18:22:15.192Z (9 months ago)
- Language: JavaScript
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 2023年夏季学期东华大学刷课程序
### Development
```bash
$ npm i
$ npm run dev
$ open http://localhost:7001/
```
### Deploy
```bash
$ npm start
$ npm stop
```