Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 873 Bytes

readme.md

File metadata and controls

47 lines (34 loc) · 873 Bytes

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