Course project

My course project. Objective: create a practical and user-friendly menu for a digital library.

Tech

Used technologies:

Installation

You need Gulp and Bower installed globally:

$ npm install -g gulp
$ npm install -g bower
$ git clone [git-repo-url] course-project
$ cd course-project
$ npm install
$ bower install
$ gulp