An open API service indexing awesome lists of open source software.

https://github.com/liuxin-developer/egg-class-2023


https://github.com/liuxin-developer/egg-class-2023

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# 2023年夏季学期东华大学刷课程序

### Development

```bash
$ npm i
$ npm run dev
$ open http://localhost:7001/
```

### Deploy

```bash
$ npm start
$ npm stop
```