An open API service indexing awesome lists of open source software.

https://github.com/pascalw/remark-js-livereload-boilerplate

Remark.js + livereload boilerplate
https://github.com/pascalw/remark-js-livereload-boilerplate

Last synced: 6 months ago
JSON representation

Remark.js + livereload boilerplate

Awesome Lists containing this project

README

          

# Remark.js + livereload boilerplate

Remark.js is great. This boilerplate adds [Livereload.js](https://github.com/livereload/livereload-js) so you can watch changes to your slides right in your browser as you make them.

### Requirements:

* NodeJS
* NPM

### Usage:

1. `git clone https://github.com/pascalw/remark-js-livereload-boilerplate`
2. `npm install`
3. `npm run watch`
4. Open [presentation.html](presentation.html) in your browser. When you make changes your slides will automatically be reloaded in the browser.

### Demo:

![](demo.gif)