Skip to content

xwang1024/course-plus-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

course-plus-admin

This is a admin system for Course+

Dependency

  • node.js 4.5.0+
  • npm 2.15.9+
  • mysql
  • bower (global)
  • gulp (global)
  • pm2 (global, optional)
  • LiveReload (Browser plugin, optional)

How to development

First, you should open two terminal, one for frontend and another for backend.

Create database

You can make a custom name, and you should config it in next step.

Set up your config
  1. open file lib/config.js and front/scripts/base/constants.js.
  2. check all attributes in these file and set your own.
Build frontend and start file watch thread.
  1. git pull
  2. cd course-plus-admin/front
  3. npm install
  4. bower install
  5. gulp
Start Server.
  1. open another terminal
  2. cd course-plus-admin
  3. npm install
  4. npm start
Open browser.

About

course-plus-admin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published