https://github.com/logustra/workflowwithsassandgulp
Demo
https://github.com/logustra/workflowwithsassandgulp
Last synced: 4 months ago
JSON representation
Demo
- Host: GitHub
- URL: https://github.com/logustra/workflowwithsassandgulp
- Owner: logustra
- Created: 2016-11-09T12:40:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-02T14:33:11.000Z (over 9 years ago)
- Last Synced: 2025-10-25T11:44:44.947Z (8 months ago)
- Language: HTML
- Homepage: https://logustra.github.io/workflowWithSassAndGulp/
- Size: 1.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`