A light package for compiling Sass(scss files) and running a dev server using Browser Sync.
You can check out this Medium article
1.0.0
git clone https://github.com/Jatin-8898/sass-starter-pack.git
Get started quickly by cloning this repository.
Install the dependencies (gulp, gulp-sass, browser-sync)
$ npm install
This will watch your sass files, compile them and run your dev server at http://localhost:3000
$ npm start
Open the terminal and enter the following
$ npm init -y
$ 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.