Skip to content

Aetet/react-webpack-stylus-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-webpack-stylus-starter

Minimalistic project stub for React.JS with webpack as module system and stylus for styling.

##Installation:

  1. npm install
  2. ./gulp If you have *nix-system, or node_modules/.bin/gulp in other way.

##What's Inside: For build project just run gulp from root of the project. And happens some magic:

  1. All .js and .jsx would be packed with Webpack

  2. All .styl files would be built with Stylus.

  3. On port 9002 would be launched Connect static server.

  4. We would watched for every change in app folder with gulp watcher.

  5. 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!

About

Project stub for React project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published