This is a demo project for a techtalk about modular approach to user interface design.
You will need to install dependencies before running this demo on your localhost:
npm install
Build project in order to generate distributive files:
grunt build
Run a development server to view project on your localhost:
grunt serve
To build the styleguide only, run following:
grunt styleguide