Skip to content

cmda-vr/reveal-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

reveal-template

Template for reveal.js presentation framework.

๐Ÿ“– Introduction

Reveal.js template. It's a stripped down version of the whole reveal.js boilerplate for my specific use case.

โš™ Installation & Development

Tech Stack

Prerequisites

  • Make sure you have node installed on your machine.
    • npm comes with node.
    • You can check versions with npm -v and node -v
  • Install browser-sync globally.
    • npm install -g browser-sync

Installation

  1. Clone this repo
$ git clone https://github.com/cmda-vr/reveal-template.git
  1. Run browser-sync start -s -f . to start a local server.

๐Ÿ“ƒ License

This project is licensed under the MIT License