Skip to content

OrdnanceSurvey/web-elements

Repository files navigation

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/
`