Skip to content

Jatin-8898/sass-starter-pack

Repository files navigation

Sass Starter Pack ♦️

GitHub stars GitHub forks GitHub license

A light package for compiling Sass(scss files) and running a dev server using Browser Sync.

You can check out this Medium article

Version

1.0.0

📝 Usage

Clone this Repo

git clone https://github.com/Jatin-8898/sass-starter-pack.git

Installation

Get started quickly by cloning this repository.

Install the dependencies (gulp, gulp-sass, browser-sync)

$ npm install

Run

This will watch your sass files, compile them and run your dev server at http://localhost:3000

$ npm start

Alternatively

Init the package.json

Open the terminal and enter the following

$ npm init -y

Install the necessary dependencies

$ npm install --save-dev  gulp-sass   browser-sync  gulp  gulp-postcss  autoprefixer  cssnano  gulp-sourcemaps

Take the gulpfile.js from here and your all set with the starter pack.