Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vikrantnegi/scss-gulp-boilerplate
- Owner: vikrantnegi
- Created: 2016-12-27T11:50:35.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T14:43:48.000Z (about 2 years ago)
- Last Synced: 2024-04-14T13:11:54.283Z (10 months ago)
- Topics: gulp, scss, scss-gulp-boilerplate
- Language: SCSS
- Size: 5.93 MB
- Stars: 17
- Watchers: 4
- Forks: 7
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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/)