This is a admin system for Course+
- node.js 4.5.0+
- npm 2.15.9+
- mysql
- bower (global)
- gulp (global)
- pm2 (global, optional)
- LiveReload (Browser plugin, optional)
First, you should open two terminal, one for frontend and another for backend.
You can make a custom name, and you should config it in next step.
- open file
lib/config.js
andfront/scripts/base/constants.js
. - check all attributes in these file and set your own.
- git pull
- cd course-plus-admin/front
- npm install
- bower install
- gulp
- open another terminal
- cd course-plus-admin
- npm install
- npm start