GIGI认字服务端
安装
$ npm install
运行应用
# development
$ npm run d
# production mode
$ npm run start:prod
API文件
执照
Nest已。
gigi-server-main.zip
内容介绍
# GIGI 认字服务端
## Installation
```bash
$ npm install
```
## Running the app
```bash
# development
$ npm run d
# production mode
$ npm run start:prod
```
## API Doc
http://127.0.0.1:9999/api/
## License
Nest is [MIT licensed](LICENSE).
用于为引擎盖组件创建iframe的服务器 构建设置 # install dependencies $ npm run install # serve with hot reload at localhost:3000 $ npm run dev # build for production and launch server $ npm run build $...