# CmsWing **Repository Path**: master336/CmsWing ## Basic Information - **Project Name**: CmsWing - **Description**: 一款基于ThinkJS(Node.js MVC)和MySQL的功能强大的(PC端,手机端和微信公众平台)电子商务平台及CMS建站系统 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: http://www.cmswing.com - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 703 - **Created**: 2016-04-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## install dependencies ``` npm install ``` ## start server ``` npm start ``` ## deploy with pm2 use pm2 to deploy app on production envrioment. ``` pm2 startOrGracefulReload pm2.json ```