Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.05 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.05 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 init - Runs the Semantic UI build.

  • gulp watch:dev - 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.