Minimalistic project stub for React.JS with webpack as module system and stylus for styling.
##Installation:
npm install
./gulp
If you have *nix-system, ornode_modules/.bin/gulp
in other way.
##What's Inside:
For build project just run gulp
from root of the project. And happens some magic:
-
All
.js
and.jsx
would be packed with Webpack -
All
.styl
files would be built with Stylus. -
On
port 9002
would 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!