https://github.com/logustra/workflowwithsassandgrunt
Demo
https://github.com/logustra/workflowwithsassandgrunt
Last synced: 4 months ago
JSON representation
Demo
- Host: GitHub
- URL: https://github.com/logustra/workflowwithsassandgrunt
- Owner: logustra
- Created: 2016-10-22T23:25:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-04T00:03:10.000Z (over 9 years ago)
- Last Synced: 2025-10-08T01:36:41.122Z (8 months ago)
- Language: HTML
- Homepage: https://logustra.github.io/workflowWithSassAndGrunt/
- Size: 8.57 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 Grunt
This is the repository for learning sass and grunt
## Instructions
1. Make sure you have these installed
- [node.js](http://nodejs.org/)
- [git](http://git-scm.com/)
- [grunt](http://gruntjs.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/workflowWithSassAndGrunt.git`
3. CD to the folder cd `workflowWithSassAndGrunt`
4. Run `npm-install` to install the project dependencies
5. Install grunt.js via the linux terminal or Gitbash on a PC `npm install -g grunt-cli`
5. Run the Grunt command `grunt`