# node-template **Repository Path**: qq575792372/node-template ## Basic Information - **Project Name**: node-template - **Description**: 使用node+express做后台服务,渲染静态html模板 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-29 - **Last Updated**: 2021-12-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 使用说明: ``` 1.进入根目录 npm install 安装依赖 2.npm start 来启动服务 3.也可以用 npm run start:hot 来启动服务,可以实现热加载 4.如果需要修改连接api地址,需要在根目录env文件夹下修改index.js的 SET_ENV='DEV' ,新增一个环境需要 xxx.env.js 来命名 ```