Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 1.08 KB

File metadata and controls

37 lines (32 loc) · 1.08 KB

OS Elements Home

circleci semantic-release

Sauce Labs status: Build Status

initial setup for development

npm install
typings install
npm run build
http-server -p 8080 .

now visit localhost:8080/demos/basic

other tasks for development

webpack
webpack --config webpack.demos.config.js

unit testing

npm test

test driven development

npm run test-watcher
[you may edit source and unit test, all changes will be automatically detected and cover by tests]

documentation

npm run build
http-server -p 8080 .
# open chrome to localhost:8080/docs/
`