Reveal.js


reveal.js with electron

Created by Yeonghun Chae

Install


Install Node.js Command Line Tools


npm install -g electron-prebuilt gulp bower electron-packager

Download Source from Github


https://github.com/ust-bigdata-science/publisher
$ git clone https://github.com/ust-bigdata-science/publisher.git
$ cd publisher
$ npm install
$ bower install
$ gulp file

Start Application


$ electron main.js # start from cmd line
$ electron-packager . publisher --platform win32 --arch x64 --out dist/ # windows
$ electron-packager . publisher --platform darwin --arch x64 --out dist/ # mac os x

Reveal.js


https://github.com/hakimel/reveal.js

HTML


Jade


div.reveal
  div.slides
    section
      h1 Reveal.js
      h3 The HTML Presentation Framework
      p
        small
          | Created by
          a(href='http://hakim.se') Hakim El Hattab
          |  /
          a(href='http://twitter.com/hakimel') @hakimel
    section
      h2 Hello There
      p
        | reveal.js enables you to create beautiful interactive slide decks using HTML. This presentation will show you examples of what it can do.

References


  • http://www.w3schools.com/html
  • https://naltatis.github.io/jade-syntax-docs
  • http://jade-lang.com/tutorial
  • https://github.com/hakimel/reveal.js