1.0.6 • Published 8 years ago

reactes-bp v1.0.6

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

React-ES-Boilerplate scaffold

scaffold command to build a React es6 boilerplate

Say what now?

  • es6 with Babel
  • ReactJS
  • Webpack bundle
  • Webpack hot module replacement

What do I do?

  npm install -g reactes-bp
  mkdir project
  cd project
  reactes-bp
  npm install
  npm start

visit http://localhost:8080

add components to app/components and watch your app update in the browser