Train.ma Uikit

Getting Started

Components requires node.js. Make sure you have v0.10 or higher installed before proceeding.

Start the local development environment:

$ yarn add global gulp && yarn
$ gulp --dev

Development

Run(first time)

if you remove dist file you must run gulp command without --dev.

$ gulp && gulp -dev

Build

Build for release:

$ gulp

Serving:

$ gulp --dev