Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.02 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.02 KB

tsz UI

Getting Started

Tracklist (incorporated frameworks)

Dependencies

Quick Start

Install the Node dependencies locally.

npm install

Gulp Tasks

These are the Gulp.js tasks for your dev process:

  • gulp watch - Watches development files and runs builds when needed.

  • gulp serve:dev - Starts the Hapi server and serves the files.

  • gulp test - Runs the Mocha tests in the Karma test runner.