Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Latest commit

 

History

History
29 lines (19 loc) · 228 Bytes

INSTALL.md

File metadata and controls

29 lines (19 loc) · 228 Bytes

Installation

Install npm components:

$ npm install

Install bower components:

$ bower install

Run

Run Web-Server via Gulp:

$ gulp serve

Test

Test with Karma via Gulp:

$ gulp test