- Clone repository:
git clone https://github.com/furkanarabul/ui-implementation.git
- Change directory:
cd ui-implementatition
- Install all node modules:
-
npm install
-
Make sure you can run
gulp -v
andnpm -v
- 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.