Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 607 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 607 Bytes

JS Responsive Navigation

Creating a custom responsive navigation with CSS & JavaScript.

Read the post here about this repository.

Hosted at https://lautiamkok.github.io/js-responsive-navigation/

Quick start

# install dependencies
$ npm install

# compile during development
$ gulp watch

# build for production
$ gulp build

Access index.html or index.min.html on your browser.