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

Latest commit

 

History

History
25 lines (17 loc) · 349 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 349 Bytes

Installation

Install the project dependencies (in node_module directory)

npm install

Install the project web libraries (in bower_components directory)

bower install

Then, if you just want to create the production files run

gulp

or if you want to start working on the project

gulp serve