/reactes-bp

boilerplate scaffold for react app using es6 and webpack

Primary LanguageJavaScript

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