#下载项目
git clone xxxx
#安装前后台依赖的库
cd xxx && npm install && bower install
#启动项目
npm start
2016年第一期todo项目