If you find yourself making slides for presentations now and then, reveal.js is a sweet way to make awesome slide decks.
If you're more comfortable writing markdown and and prefer your own text editor to their online tool - you might want to use something to reload your slidedeck on save.
This boilerplate does exactly that - serve index.html
and reload it on change. You can also add a css file at the root level, livereload will work for that as well.
Prerequisites: npm
Getting started:
git clone --recursive git@github.com:istro/revealjs-livereload-boilerplate.git
npm install
gulp
Add your content to index.html
per reveal.js docs.