/HarpReveal

Harp + reveal.js

Primary LanguageJavaScript

Harp reveal.js

Harp + reveal.js

Install

1. Node.js

Node.js

2. Harp

Harp - the static web server with built-in preprocessing

$ sudo npm install -g harp

3. Harp init

$ harp init projectname --boilerplate kozaru/harp-reveal.js

4. Install some node-module

$ cd projectname
$ npm install

Usage

Start using LiveReload

Start http://localhost:9000

$ harp server

Compile source

Compile source in /www

$ harp compile

Change Log