Skip to content

SerDIDG/MagpieUI

Repository files navigation

MagpieUI

Collection of JavaScript and CSS snippets to fast build UI.

Attention! Newer versions of MagpieUI library may not be compatible with the previous ones!

Developed with PhpStorm.

Install

npm install MagpieUI

Custom build

Run grunt task to execute full build:

grunt

or start watcher task to track file changes:

grunt watch