A simple pages transition boilerplate using React + Flux
– React + Flux + Babel
– Gulp
– domquery (for dom manipulation)
– TweenMax TimelineMax
– Crossroads + hasher (for the routing)
– lodash
– size-element (to grab the width, height of a dom element)
$ bower install
$ npm install
// For development
$ gulp
// For production
// It creates a new folder deploy to the root, with all the files ready to deploy
$ gulp deploy