Getting started

  1. Clone repository:
  • git clone https://github.com/furkanarabul/ui-implementation.git
  1. Change directory:
  • cd ui-implementatition
  1. Install all node modules:
  • npm install

  • Make sure you can run gulp -v and npm -v

  1. Run Gulp Task:
  • gulp - Compiles scss to css, minify css and js and builds apps ready for production into the dist folder.

  • gulp watch - Starts localhost server with browser-sync, watches HTML, Sass, JS with hot reloading.