/slideshow

A harp template app for creating badass slide decks.

Primary LanguageCSS

Harp Slideshow

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.

Deploy to Heroku

Demo

harp-slideshow-template.herokuapp.com

Run it Locally

If you don't already have node installed, go to nodejs.org and click "Install". Easy peasy.

# Install Harp
npm install harp --global

# Install browser-sync
npm install browser-sync --global

# Download this repo as your harp boilerplate
harp init [your project name] --boilerplate kozaru/slideshow

# npm package install
cd [your project name]
npm install

# Run the server
harp server

# Run LiveReload (other tab in terminal)
npm start

License

MIT