Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vikrantnegi/scss-gulp-boilerplate

Very Basic Sass(SCSS) based boilerplate.
https://github.com/vikrantnegi/scss-gulp-boilerplate

gulp scss scss-gulp-boilerplate

Last synced: about 15 hours ago
JSON representation

Very Basic Sass(SCSS) based boilerplate.

Awesome Lists containing this project

README

        

# SCSS Gulp Boilerplate

>Very Basic Sass(SCSS) boilerplate.

### Prerequisites
* node
* npm
* gulp

## Quick Start:

```shell

# Browse to project folder
cd /path/to/project/this/folder

# Install browserSync and other dependencies
npm install

# Start server
gulp watch

# Start server and also minify the created CSS files
gulp min or npm run min (if no global gulp)

#if you don't want to or have gulp installed globally run
npm start
```

### Additional commands
To minify existing CSS files run `gulp minify-css` or `npm run minify-css` if you don't have gulp globally installed.

### Quick Links
* [gulp](http://gulpjs.com)
* [BrowserSync](http://www.browsersync.io)
* [node-js](https://nodejs.org/en/)