Skip to content

fcobcn/meteor-impress

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meteor-impress

Slight modifications to impress.js allowing it to run with meteor.

Meteor has out of the box auto reload of the browser when making changes to html. This makes modification of impress.js slides really easy. Just install meteor ( http://docs.meteor.com/#quickstart ), run the meteor command, and then edit index.html.

If you deploy the meteor app, this project also adds a count of current viewers.

DEMO: http://meteor-impress.meteor.com/

Meteor

Meteor is an ultra-simple environment for building modern web applications.

With Meteor you write apps:

  • in pure Javascript
  • that send data over the wire, rather than HTML
  • using your choice of popular open-source libraries

Documentation is available at http://docs.meteor.com/

impress.js

https://github.com/bartaz/impress.js/

It's a presentation framework based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behind prezi.com.

LICENSE

Copyright 2011-2012 Bartek Szopka

Released under the MIT and GPL Licenses.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 46.4%
  • CSS 28.1%
  • HTML 25.5%