Skip to content
/ reveal.js-starter Public template

A template to quickly get started with customizable reveal.js presentation 🖼

License

Notifications You must be signed in to change notification settings

hschne/reveal.js-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reveal.js Starter

A opinionated starter template for Reveal.js

Getting Started

This template provides a number of quality of life utilities for writing your slides (Build & Minification, SASS, LiveReload...), and comes pre-configured with sane defauls (Markdown Slides, Theming...).

To start creating your own slides execute bootstrap.sh and specify a name for your presentation.

bash <(wget -qO- https://raw.githubusercontent.com/hschne/reveal.js-starter/master/bootstrap.sh)

Alternatively clone this repository and run npm install.

git clone https://github.com/hschne/reveal.js-starter
npm install && npm run serve

Running npm run serve will start a local BrowserSync and preview your slides. To add new slides modify index.html or index.md. To add your own styles modify stylesheets/styles.scss.

Happy coding!

License

This project is licensed under the MIT License