Skip to content

iamravenous/groundwork-lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Groundwork Lite

Lite boilerplate to start projects with Sass.

How to use it!

Features

  • Compile Sass files with Node-sass and includes Sourcemaps
  • Autoprefix Stylesheets.
  • Generate a CSS minified version.
  • Build a folder with the finished project.

Install

In order to use this boilerplate you need to install:

Node.js

Using the Node.js Installer or using Homebrew

$ brew install node

Gulp-CLI

Install the gulp command

$ npm i gulp-cli -g

NPM Dependencies

Install dependencies in the Starter Pack Lite folder

$ npm i

Usage

To start watching .scss files for changes

$ gulp

To build /dist folder

$ gulp build

About

Lite boilerplate to start projects with Sass

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages