Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 593 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 593 Bytes

Simple Web Starter (simplewebstarter)

A simple light weight package for compiling Sass(scss files) and running a dev server with a simple HTML file.

Version

1.0.0

Clone this Repo

git clone https://github.com/nirmalkc/simplewebstarter.git

Installation

Get started quickly by cloning this repository.

Install the dependencies (gulp, gulp-sass, gulp-autoprefixer, gulp-sourcemaps, gulp-rename, browser-sync)

$ npm install

Run

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

$ gulp build
$ gulp