Skip to content

htanjo/reveal-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reveal-boilerplate

Boilerplate for revela.js presentation.

Features

  • Quick installation via npm
  • Markdown support
  • Live preview using Browsersync
  • Easy publishing to github.io

Demo

http://htanjo.github.io/reveal-boilerplate/

Quick start

Download, fork or clone this repository:

$ git clone https://github.com/htanjo/reveal-boilerplate.git

Install dependencies:

$ npm install

Start presentation:

$ npm start

Then, your presentation will start on your web browser automatically!

Write

Write Markdown text in "slides/main.md".
When you save the file, your presentation on the browser will instantly updated.

Tip : Insert 3 blank lines to create a new slide.

Publish

If you host the presentation on GitHub, you can easily publish it to GitHub Pages.

$ npm run deploy

This will publish your presentation on http://<user>.github.io/<repo>/ by pushing it to gh-pages branch.

License

Copyright (c) 2015-2016 Hiroyuki Tanjo. Licensed under the MIT License.

About

Boilerplate for revela.js presentation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published