This is a template app for creating simple and stylish slide decks using HTML, CSS, and Javascript. It's powered by the Harp web server.
harp-slideshow-template.herokuapp.com
If you don't already have node installed, go to nodejs.org and click "Install". Easy peasy.
# Install Harp
npm install harp --global
# Download this repo as your harp boilerplate
harp init myshow --boilerplate zeke/slideshow
# Run the server
harp server myshow
Now open localhost:9000 in your browser. Rejoice.
MIT