Skip to content

Simple Concurrent Front End Development Server w/ Browsersync & Node-Sass

Notifications You must be signed in to change notification settings

marcaaron/browsersync-sass-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Browsersync SASS Starter

Super Simple Front End Development Server

What does it do?

Runs a concurrent development server that automatically watches your html and compiles your scss files at the same damn time. It's like Code Pen, but local. Props to Wes Bos for the Browsersync settings. They were pulled from his CSS Grid course. Added Node-Sass for auto-watch/compile from scss to css and Concurrently for launching the environment with a single command.

Why?

Because I got tired of copying and pasting a bunch of code from other package.json files set up the exact same way as this one.

Usage

  1. npm install
  2. npm run dev
  3. make some cool stuffis

About

Simple Concurrent Front End Development Server w/ Browsersync & Node-Sass

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages