0.0.2 • Published 10 years ago

reactjs-layout v0.0.2

Weekly downloads
6
License
-
Repository
-
Last release
10 years ago

##Motivation

I am a big fan of gulp and sadly I did not found any gulp webpack seed project, so I made one. This seed based on React Infinite Scroll component

##Install

clone this repo

npm i

##Some Webpack livereload magic Just run

gulp

to use Webpack dev server. You can play with source code and it will be livereloaded on change.

##Usual build

gulp build-all

You can also build prod and dev separately.

gulp build-prod
gulp build-dev

Check dist folder for index.html after build.

##TODO Bump version gulp tasks for bower and npm (with publishing).