Template for reveal.js presentation framework.
Reveal.js template. It's a stripped down version of the whole reveal.js boilerplate for my specific use case.
- Make sure you have
nodeinstalled on your machine.npmcomes with node.- You can check versions with
npm -vandnode -v
- Install
browser-syncglobally.- npm install -g browser-sync
- Clone this repo
$ git clone https://github.com/cmda-vr/reveal-template.git
- Run
browser-sync start -s -f .to start a local server.
This project is licensed under the MIT License