1.0.0 • Published 9 years ago
hello-world-component v1.0.0
react-webpack-boilerplate
A boilerplate project that uses react and webpack.
Installation
If you haven't globally installed webpack and webpack-dev-server:
$ npm install webpack -g
$ npm install webpack-dev-server -gClone the repository and install the dependencies.
$ git clone https://github.com/coltonmorris/react-webpack-boilerplate.git
$ npm installRun webpack-dev-server then open localhost:8080/webpack-dev-server/src/index.html
$ webpack
$ webpack-dev-serverInformation
- React components are written in ES6.
 - src/index.js is the entry point.
 - dist/ is where webpack writes bundle.js.
 
1.0.0
9 years ago