A simple pages transition boilerplate using Babel, Flux logic and handlebars
It's an alternative that I made for React-Flux-Pages-Boilerplate because of the old browsers
Tested to: healthy browsers, IE7+
– Babel + Flux logic + Handlebars
– Gulp
– jquery
– TweenMax TimelineMax
– Crossroads + hasher (for the routing)
– lodash
– Livereload
$ 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