All Projects → vikrantnegi → scss-gulp-boilerplate

vikrantnegi / scss-gulp-boilerplate

Licence: other
Very Basic Sass(SCSS) based boilerplate.

Programming Languages

SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to scss-gulp-boilerplate

gulp-rev-versions-bundle
A bundle that allows symfony to get the version of assets versioned with gulp-rev
Stars: ✭ 13 (-18.75%)
Mutual labels:  gulp
slim-skeleton
Slim Framework skeleton application following MVC construction
Stars: ✭ 18 (+12.5%)
Mutual labels:  gulp
yak
Yak - REDAXO mit YDeploy, Developer, Gulp, Browserify, PostCSS und Yimmelyam
Stars: ✭ 21 (+31.25%)
Mutual labels:  gulp
electron-pixijs-typescript
Sample using Electron, Pixi.JS and TypeScript to make a game app that runs on browser and on desktop.
Stars: ✭ 25 (+56.25%)
Mutual labels:  gulp
starterkit
A Front End development Gulp.js based workflow. 🚀
Stars: ✭ 88 (+450%)
Mutual labels:  gulp
gulp-sort
Sort files in stream by path or any custom sort comparator
Stars: ✭ 22 (+37.5%)
Mutual labels:  gulp
buildozer
🚜 Build tool which simplify your buildprocess. Built with Gulp.js 🥤
Stars: ✭ 22 (+37.5%)
Mutual labels:  gulp
monsieurpress
A minimal & lightweight WordPress starter theme using gulp
Stars: ✭ 39 (+143.75%)
Mutual labels:  gulp
generator-starterkit
Yeoman that scaffolds out a front end starterkit. 📦
Stars: ✭ 29 (+81.25%)
Mutual labels:  gulp
startover
Startover is a boilerplate for developing static websites. With Startover you don't have to start over!
Stars: ✭ 15 (-6.25%)
Mutual labels:  gulp
gulp-xo
Validate files with XO
Stars: ✭ 37 (+131.25%)
Mutual labels:  gulp
magento-2-gulp
Gulp for Magento 2. It works with core Magento styles (less) and structure. Uses default theme configs from dev/tools/grunt/configs/local-themes.js.
Stars: ✭ 37 (+131.25%)
Mutual labels:  gulp
generator-fountain-react
Yeoman 'fountain' generator to start a webapp with React
Stars: ✭ 36 (+125%)
Mutual labels:  gulp
starter-kit
🏃 A simple and powerful Starter Kit made with Webpack, Gulp 4, Pug and SASS
Stars: ✭ 21 (+31.25%)
Mutual labels:  gulp
frontie
Frontie is a front-end boilerplate. Gulp | Twig.js | Sass | Autoprefixer | Browsersync | Bootstrap 4 Grid System & Responsive Breakpoints
Stars: ✭ 28 (+75%)
Mutual labels:  gulp
Forward-Framework
A killer WordPress theme framework built using underscores, gulp, sass, bourbon neat, bower & browsersync.
Stars: ✭ 23 (+43.75%)
Mutual labels:  gulp
adfab-gulp-boilerplate
A boilerplate including Gulp, Less/SASS, BrowserSync.
Stars: ✭ 17 (+6.25%)
Mutual labels:  gulp
bootstrap-4-boilerplate
Basic Bootstrap 4 Starter Template
Stars: ✭ 50 (+212.5%)
Mutual labels:  gulp
Shangchao-Website
(官网案例) - 上朝科技 - Vue 2.0 - SPA项目
Stars: ✭ 22 (+37.5%)
Mutual labels:  gulp
branch
Branch Starter Theme - A WordPress starter theme based on Timber library and Bootstrap
Stars: ✭ 87 (+443.75%)
Mutual labels:  gulp

SCSS Gulp Boilerplate

Very Basic Sass(SCSS) boilerplate.

Prerequisites

  • node
  • npm
  • gulp

Quick Start:

# 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].