Skip to content
This repository has been archived by the owner on Nov 29, 2018. It is now read-only.

okb/Slideout

Repository files navigation

Slideout

Slideout navigation with CSS3 and JavaScript.

Demo

Demo of the plugin.

Install

Install Node.js if you haven't done that already. Then $ cd this-folder/ and run the following commands.

$ npm install
$ bower install

Usage

There is two types of gulp tasks in the project. gulp dev and gulp prod./p>

Watch task you run while editing (and generate CSS files):

$ gulp dev

(New shell) Local server to view the index file at http://localhost:8888 :

$ node server.js