This project is an application skeleton for a typical React.js web app. You can use it to quickly bootstrap your react.js projects.
git clone https://github.com/fizerkhan/react-seed.git
cd react-seed
npm install
gulp
Now browse to the app at http://localhost:8000