项目作者: bruceman
项目描述 :
react demo project (browserify,gulp,babel)
高级语言: JavaScript
项目地址: git://github.com/bruceman/react-demo.git
react demo project (browserify,gulp,babel)
install dependencies
npm install
build project
gulp build
delete build output
gulp clean
access index.html
notes
make sure install gulp-cli on global thus we can use gulp on command line
npm install -g gulp-cli