README
Usage
install yoman:
npm i -g yo
install generator-react-bucket:
npm i -g generator-react-bucket
enter into your word space and generate the demo, e.g.
#if I want to creat a react app named: helloReact mkdir helloReact cd helloReact yo react-bucket #done
run the demo:
npm start
the demo is running at http://127.0.0.1:3000