kozaru / slideshow

A harp template app for creating badass slide decks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A harp template app for creating badass slide decks.


Languages

Language:CSS 93.2%Language:JavaScript 4.6%Language:HTML 2.2%Language:CoffeeScript 0.0%