Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/techjacker/backbone-css3-page-transitions-css-frameworks-demos
- Owner: techjacker
- Created: 2012-10-25T17:17:51.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-17T20:17:45.000Z (almost 12 years ago)
- Last Synced: 2024-04-11T20:36:42.560Z (7 months ago)
- Language: JavaScript
- Homepage: http://projects.andrewgriffithsonline.com/#backbone-responsive-CSS3-page-transitions
- Size: 422 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:distThen open [http://localhost:3501/](http://localhost:3501/) in your browser.