# miu **Repository Path**: flippancy/miu ## Basic Information - **Project Name**: miu - **Description**: miu项目thinkjs后台实现 - **Primary Language**: NodeJS - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2016-06-27 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Application created by [ThinkJS](http://www.thinkjs.org) ## Install dependencies ``` npm install ``` ## Start server ``` npm start ``` ## Deploy with pm2 Use pm2 to deploy app on production enviroment. ``` pm2 startOrReload pm2.json ```