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

https://github.com/seeksdream/typescript-boot-demo


https://github.com/seeksdream/typescript-boot-demo

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# typescript-boot-demo

clone到本地后先安装依赖:
```shell
npm install
```
启动服务(开发模式,开发模式支持当你修改了src中的代码时自动重启)
```shell
npm run dev
```

运行程序
```shell
npm run start
```