项目作者: bruceman

项目描述 :
react demo project (browserify,gulp,babel)
高级语言: JavaScript
项目地址: git://github.com/bruceman/react-demo.git
创建时间: 2017-06-21T07:58:28Z
项目社区:https://github.com/bruceman/react-demo

开源协议:

下载


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