# search-app **Repository Path**: findcourse/search-app ## Basic Information - **Project Name**: search-app - **Description**: 用户搜索平台 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-09-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: search-engine **Tags**: None ## README #Environment setup #1 install node brew install node #2 install grunt-cli npm install grunt-cli grunt -g #3 install pm2 npm install pm2 -g #4 clone search-app project git clone git@gitee.com:findcourse/search-app.git #5 install dependencies cd search-app npm intall #6 start app npm start #7 open application at https://localhost:3000 #8 deploy application npm run deploy