Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 468 Bytes

README.md

File metadata and controls

20 lines (19 loc) · 468 Bytes

UI Kit Mockups

This is a demo project for a techtalk about modular approach to user interface design.

Running locally

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