Minimalistic project stub for React.JS with webpack as module system and stylus for styling.
##Installation:
npm install./gulpIf you have *nix-system, ornode_modules/.bin/gulpin other way.
##What's Inside:
For build project just run gulp from root of the project. And happens some magic:
-
All
.jsand.jsxwould be packed with Webpack -
All
.stylfiles would be built with Stylus. -
On
port 9002would be launched Connect static server. -
We would watched for every change in app folder with gulp watcher.
-
And of course we would be notified node-notifier when every cycle of build would be completed .
And sweet bonus LiveReload with tiny-lr
###Enjoy your Hack!