All Projects → Jatin-8898 → sass-starter-pack

Jatin-8898 / sass-starter-pack

Licence: MIT license
Sass starter files using Gulp v4.0.0 🔥

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to sass-starter-pack

Wordpress Starter
📦 A starter template for WordPress websites
Stars: ✭ 26 (-23.53%)
Mutual labels:  gulp, starter-template, starter, starter-kit
materializecss starter
A Starter Boilerplate for Materializecss, ionicons, font-awesome and Animatecss
Stars: ✭ 58 (+70.59%)
Mutual labels:  starter-template, starter-kit, starter-files, starter-project
SampleProject
A starter project for Sample Project in Objective C. Objective C version of https://github.com/xeieshan/SwiftySampleProject
Stars: ✭ 31 (-8.82%)
Mutual labels:  starter-template, starter, starter-kit, starter-project
botfuel-sample-starter
Starter bot using Botfuel Dialog
Stars: ✭ 24 (-29.41%)
Mutual labels:  starter-template, starter, starter-kit, starter-project
run-aspnetcore-basics retired
One Solution - One Project for web application development with Asp.Net Core & EF.Core. Only one web application project which used aspnetcore components; razor pages, middlewares, dependency injection, configuration, logging. To create websites with minimum implementation of asp.net core based on HTML5, CSS, and JavaScript. You can use this boi…
Stars: ✭ 15 (-55.88%)
Mutual labels:  starterkit, starter-template, starter-kit, starter-project
starter-kit
🏃 A simple and powerful Starter Kit made with Webpack, Gulp 4, Pug and SASS
Stars: ✭ 21 (-38.24%)
Mutual labels:  gulp, starter, starter-kit, gulp4
Bootstrap 4 Sass Gulp 4 Boilerplate
A Bootstrap 4.5.2 boilerplate with font-awesome, sass, gulp 4 tasks
Stars: ✭ 103 (+202.94%)
Mutual labels:  gulp, starter-template, starter
Laravel Starter
A CMS like modular starter application project built with Laravel 8.x.
Stars: ✭ 299 (+779.41%)
Mutual labels:  starter-template, starter, starter-kit
frontenso-11ty-starter
Production-ready 11ty+Gulp+Webpack Starter that features Nunjucks, SASS, TailwindCSS (with JIT complier), and ESNext.
Stars: ✭ 24 (-29.41%)
Mutual labels:  gulp, starter-template, starter
Nth Start Project
Startkit for HTML / CSS / JS pages layout.
Stars: ✭ 578 (+1600%)
Mutual labels:  gulp, starter, starter-kit
enlite-starter
Enlite Starter - React Dashboard Starter Template with Firebase Auth
Stars: ✭ 28 (-17.65%)
Mutual labels:  starter-template, starter-kit, starter-project
Hartija Css Print Framework
Universal CSS for web printing
Stars: ✭ 509 (+1397.06%)
Mutual labels:  starter-template, starter, starter-kit
Gulp Pug Starter
Frontend development with pleasure. Pug + SCSS version
Stars: ✭ 228 (+570.59%)
Mutual labels:  gulp, starter, starter-kit
Pug Starter
Simple pug (jade) starter [framework] enabling faster delivery of HTML & CSS projects to a private server and/or automatic deployment of GitHub pages.
Stars: ✭ 328 (+864.71%)
Mutual labels:  starter-template, starter, starter-kit
noise-php
A starter-kit for your PHP project.
Stars: ✭ 52 (+52.94%)
Mutual labels:  starter-template, starter, starter-kit
Niklick
Rails Versioned API solution template for hipsters! (Ruby, Ruby on Rails, REST API, GraphQL, Docker, RSpec, Devise, Postgress DB)
Stars: ✭ 39 (+14.71%)
Mutual labels:  starter-template, starter, starter-kit
Frontend-StarterKit
Frontend StarterKit - [Gulp 4, Pug, SCSS, ES6+]
Stars: ✭ 13 (-61.76%)
Mutual labels:  gulp, starter-kit, gulp4
gw-starter-kit
PEPELAC - Современный инструментарий для вёрстки и создания статичных сайтов с использованием Webpack
Stars: ✭ 30 (-11.76%)
Mutual labels:  gulp, starter, starter-kit
example-typescript-package
Example TypeScript Package ready to be published on npm & Tutorial / Instruction / Workflow for 2021
Stars: ✭ 71 (+108.82%)
Mutual labels:  starter-template, starter, starter-kit
react-redux-immutable-webpack-ssr-starter
React + React-Router 4 + Redux + ImmutableJS + Bootstrap + webpack 3 with with Server side rendering, Hot Reload and redux-devtools STARTER
Stars: ✭ 21 (-38.24%)
Mutual labels:  starter-template, starter, starter-project

Sass Starter Pack ♦️

GitHub stars GitHub forks GitHub license

A light package for compiling Sass(scss files) and running a dev server using Browser Sync.

You can check out this Medium article

Version

1.0.0

📝 Usage

Clone this Repo

git clone https://github.com/Jatin-8898/sass-starter-pack.git

Installation

Get started quickly by cloning this repository.

Install the dependencies (gulp, gulp-sass, browser-sync)

$ npm install

Run

This will watch your sass files, compile them and run your dev server at http://localhost:3000

$ npm start

Alternatively

Init the package.json

Open the terminal and enter the following

$ npm init -y

Install the necessary dependencies

$ 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.

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].