# form-server-renderer **Repository Path**: shui0926/form-server-renderer ## Basic Information - **Project Name**: form-server-renderer - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2021-10-19 - **Last Updated**: 2021-11-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 安装依赖 ```bash npm install ``` # 本地调试 ```bash npm run start ``` [http://localhost:8085](http://localhost:8085) # 编译 ```bash npm run build ``` # 启动服务 ```bash npm run server ``` [http://localhost:3000](http://localhost:3000/ssr/generateForm?id=d9d51aea-66e7-4259-8c6d-e6c13dc33811&tag=preview&isPreview=preview) # 线上部署 ```bash npm run prod:build ```