https://github.com/seeksdream/typescript-boot-demo
https://github.com/seeksdream/typescript-boot-demo
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/seeksdream/typescript-boot-demo
- Owner: seeksdream
- License: mit
- Created: 2023-08-29T03:41:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-29T17:29:07.000Z (almost 3 years ago)
- Last Synced: 2025-02-01T09:29:36.423Z (over 1 year ago)
- Language: TypeScript
- Size: 78.1 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# typescript-boot-demo
clone到本地后先安装依赖:
```shell
npm install
```
启动服务(开发模式,开发模式支持当你修改了src中的代码时自动重启)
```shell
npm run dev
```
运行程序
```shell
npm run start
```