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

https://github.com/fefeding/jm-crontask

nodejs版的分布时计划任务系统
https://github.com/fefeding/jm-crontask

Last synced: 5 months ago
JSON representation

nodejs版的分布时计划任务系统

Awesome Lists containing this project

README

          

# my_midway_project

## 快速入门

如需进一步了解,参见 [midway 文档][midway]。

### 本地开发

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

### 部署

```bash
$ npm start
```

### 内置指令

- 使用 `npm run lint` 来做代码风格检查。
- 使用 `npm test` 来执行单元测试。

[midway]: https://midwayjs.org