# faas-template **Repository Path**: erchoc/faas-template ## Basic Information - **Project Name**: faas-template - **Description**: 通用版 SSR 框架模板:https://doc.ssr-fc.com/ - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-23 - **Last Updated**: 2023-12-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 官方文档 官方文档请查看 [http://doc.ssr-fc.com/](http://doc.ssr-fc.com/) ## Getting start ```bash $ npm start # 本地开发模式运行,单进程 支持 前端 HMR 前端静态资源走本地 webpack 服务 $ npm run prod # 模拟生产环境运行,多进程,前端资源走静态目录 $ npm run stop # 生产环境停止服务 ```