Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 411 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 411 Bytes

react-fluxthis-webpack-mocha

Bare bones project template featuing FluxThis, Webpack, Mocha, and React.

Simply clone this repo, npm install, and you're off to the races!

git clone https://github.com/mako-taco/react-fluxthis-webpack-mocha-gulp.git
cd react-fluxthis-webpack-mocha-gulp
npm install

npm install -g gulp
gulp watch

To start the build/test/watch process, all you need is gulp watch.