Git clone this repository to easily start coding your UI, easily edit the sass elements like colors, fonts, buttons, forms....
Check https://nodejs.orgnpm install gulp-cli -g
Check https://gulpjs.com
npm install -g bower
Check https://bower.io
Check https://yarnpkg.comTo install node modules run:
npm install or yarn install
To install bower packages run:
bower install
To start the local server run:
gulp serve
To build (files can be found inside dist folder after build):
gulp build