Barebones (well, relatively barebones) template for testing and building a React App. Uses Gulp for all the tasks, gulp-connect for hot reload (JS files only)
Thanks to carpeliam for guidance in setting up new React Apps
npm install
npm test
Uses PhantomJS and Dots Reporter
npm start
Builds artifacts to dist, enables hot reloading of JS files
npm run build
Only builds artifacts to dist
npm run cleanDist
Deletes all folders and files in dist
npm run cleanModules
Deletes all folders and files in node_modules