Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 245 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (8 loc) · 245 Bytes

Installation

Install dependencies using npm install.

Running the demo

Run the webpack-dev-server on http://localhost:8080 using gulp.

Tests

Run the tests using gulp test.

Building

Build the source code using gulp build.