Files
certd/packages/ui/certd-server/README.md
T

42 lines
507 B
Markdown
Raw Normal View History

2023-01-29 13:44:19 +08:00
# fast-server-js
base on midway
## QuickStart
2023-01-29 16:06:34 +08:00
> nodejs需要16以上
2023-01-29 13:44:19 +08:00
<!-- add docs here for user -->
### Development
```bash
$ npm i
# 如果遇到sqlite安装失败时
# 建议使用cnpm
# npm install -g cnpm
# cnpm install
2023-01-29 13:44:19 +08:00
$ 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
see [midway docs][ https://midwayjs.org] for more detail.