Skip to content

zellwk/simple-workflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is the structure of Zell's personal sass-starter kit, built on a very simple workflow with Gulp. It allows you to compile Sass into CSS and reload the browser whenever you save a Scss file.

Installation

Make sure you have Node.js installed. If not, go over to https://nodejs.org to install Node. The version we're using in this starter kit is v6.5.0

You will also need to install Bower if you haven't done so yet.

$ npm install bower -g

On Mac machines, you might need an extra sudo keyword

$ sudo npm install bower -g

Next, download this repository. CD into it, and run the following commands:

$ npm install
$ bower install

How to use

Begin writing your code by using this command:

$ gulp

gulp will start watching your Sass files and reload your browser from this point onwards.

Then, just edit your sass files that are found in the scss folder. Enjoy!

More about workflows

If you enjoyed this simple (and quick) workflow, consider checking out my book on automating your workflows. You can get ten sample chapters for free by going to this link:

http://automateyourworkflow.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published