smith750 / react-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 71.6%Language:HTML 28.4%