/e4e-2013-es6

The Future of JavaScript Modules at the e4e conference 2013

Primary LanguageJavaScriptOtherNOASSERTION

Slide Presentation Framework

I got fed up with using Powerpoint and Keynote to make and give presentations, so I wrote this framework. It uses slides in plain HTML, combined with themes, layouts, and slide transitions in CSS, and a small Javascript MVC framework for showing them.

You can read more about it in this presentation, made with the framework.

How do I use it?

Quick start

  1. Download it
    • You may want to open index.html in your browser to read a bit more about the framework.
  2. Put the content for all your slides in slides/slides.html
    • There are example slides there now, so just follow the format.
  3. Run bower install
  4. Start a local web server (we like serv)
  5. Open index.html in your browser!