# haicaoadminnode **Repository Path**: shangningAI/haicaoadmin ## Basic Information - **Project Name**: haicaoadminnode - **Description**: 海草的客户端的node后台新版后台 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-10-16 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 海草客户端后台系统 ## Install dependencies ``` src/common/extend/think.js //配置文件修改 ``` ``` npm install ``` ## Start server ``` npm start ``` ## Deploy with pm2 Use pm2 to deploy app on production enviroment. ``` pm2 startOrReload pm2.json ```