/simple-web-starter

A simple light-weight boilerplate to get quickly started with building a static website. Boilerplate includes built-in SASS architecture with the support of all bootstrap components.

Primary LanguageSCSS

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