An open API service indexing awesome lists of open source software.

https://github.com/logustra/workflowwithsassandgulp

Demo
https://github.com/logustra/workflowwithsassandgulp

Last synced: 4 months ago
JSON representation

Demo

Awesome Lists containing this project

README

          

# Workflow with Sass and Gulp
This is the repository for learning sass and gulp

## Instructions

1. Make sure you have these installed
- [node.js](http://nodejs.org/)
- [git](http://git-scm.com/)
- [gulp](http://gulpjs.com/)
- [ruby](https://www.ruby-lang.org/)

2. Clone this repository into your local machine using the terminal (linux) or Gitbash (PC) `git clone https://github.com/Logustra/workflowWithSassAndGulp.git`
3. CD to the folder cd `workflowWithSassAndGulp`
4. Run `npm-install` to install the project dependencies
5. Install gulp.js via the linux terminal or Gitbash on a PC `npm install --global gulp-cli`
6. Run the Gulp command `gulp`