react-starter

Initial setup for simple react applications

Building

Install Node.JS and NPM

Install Webpack and bower

npm install -g webpack

Install local dependencies

npm install

Build the project and watch for changes

webpack -w

Running

Open index.html in your browser. The router will redirect you to #/ and includes links to the other examples.

Technologies

React

React Router