# common-ux

### *styleGuide*

Webpage which explains the usage of the TUI design. Just open [http://localhost:3105/index.html](http://localhost:3105/index.html) in your browser after running gulp default.

## Preparation
Make sure node 8.10, yarn and gulp are installed

    npm install -g yarn gulp-cli 
    yarn

## Gulp tasks

    # build and watch
    gulp

    # or build the static assets for use in production
    gulp build-ssg
