Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/techjacker/backbone-css3-page-transitions-css-frameworks-demos

CSS Frameworks demo code used on Backbone Responsive CSS3 Page Transitions project site.
https://github.com/techjacker/backbone-css3-page-transitions-css-frameworks-demos

Last synced: 15 days ago
JSON representation

CSS Frameworks demo code used on Backbone Responsive CSS3 Page Transitions project site.

Awesome Lists containing this project

README

        

# Demo Code for CSS Frameworks using the Backbone Responsive CSS3 Page Transitions plugin

### [Download the Plugin](https://github.com/techjacker/Backbone-Responsive-CSS3-Page-Transitions)
Available to download from the [github repo](https://github.com/techjacker/Backbone-Responsive-CSS3-Page-Transitions).

### [CSS Framework Demos](http://projects.andrewgriffithsonline.com/#backbone-responsive-CSS3-page-transitions)
Includes working examples for:
- twitter bootstrap
- foundation
- skeleton
- simplegrid

[See the demos in action](http://projects.andrewgriffithsonline.com/#backbone-responsive-CSS3-page-transitions) @ [the project homepage](http://projects.andrewgriffithsonline.com/#backbone-responsive-CSS3-page-transitions)

### Versions included in this repo
- v0.3.1 - Backbone-Responsive-CSS3-Page-Transitions
- v0.1.0 - Backbone-Responsive-CSS3-Page-Transitions-iScroll

### Running the Demos Locally
Navigate to project root dir in your terminal and type:

// navigate to root dir and then run.....

// install dependencies
$ npm install

// run dev server @ http://localhost:3501/
$ yeoman server --force

// run build process
$ yeoman build --force

// run built dir server @ http://localhost:3501/
$ yeoman server:dist

Then open [http://localhost:3501/](http://localhost:3501/) in your browser.