My base template structure for React.js projects
- git clone this repository
- cd react-project-template
- npm install
- grunt bower
- grunt dev
- cd public/
- python -m SimpleHTTPServer
- browse to http://localhost:8000
- grunt dev
- grunt prod
- grunt clean
- grunt jshint
- grunt dev watch (injects live reload)