/react-starter

Initial setup for simple react applications

Primary LanguageJavaScript

react-starter

Initial setup for simple react applications

Building

Install Node.JS and NPM

Install Webpack and bower

npm install -g webpack
npm install -g bower

Install local dependencies

npm install
bower install

Build the project and watch for changes

webpack -w
npm run lr

OR

npm run all

Running

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

Technologies

React

React Router