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

https://github.com/logustra/workflowwithsassandgrunt

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

Last synced: 4 months ago
JSON representation

Demo

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`