All Projects โ†’ minamarkham โ†’ Sassy Starter

minamarkham / Sassy Starter

Licence: mit
๐ŸŽ‰ Sassy starter - HTML / SCSS (SMACSS)

Projects that are alternatives of or similar to Sassy Starter

Bootstrap 4 Sass Gulp 4 Boilerplate
A Bootstrap 4.5.2 boilerplate with font-awesome, sass, gulp 4 tasks
Stars: โœญ 103 (-86.08%)
Mutual labels:  gulp, boilerplate, scss, sass
Pug Sass Boilerplate Starter Kit
A Front-end template for building web apps or sites using Pug(Jade) and Sass
Stars: โœญ 92 (-87.57%)
Mutual labels:  gulp, boilerplate, sass
Fastshell
Fiercely quick front-end boilerplate and workflows, HTML5, Gulp, Sass
Stars: โœญ 563 (-23.92%)
Mutual labels:  gulp, boilerplate, sass
Baseguide
Lightweight and robust CSS framework for prototyping and production code.
Stars: โœญ 127 (-82.84%)
Mutual labels:  gulp, scss, sass
Gulp Boilerplate
A boilerplate for building web projects with Gulp.js.
Stars: โœญ 840 (+13.51%)
Mutual labels:  gulp, boilerplate, sass
Generator Dhboilerplate
Boilerplate made by David Hellmann
Stars: โœญ 54 (-92.7%)
Mutual labels:  gulp, boilerplate, scss
Frontie Webpack
Front-end Boilerplate | Gulp 4 + Webpack 4 + Babel + ITCSS Architecture + BEM Methodology + Twig.js
Stars: โœญ 102 (-86.22%)
Mutual labels:  gulp, boilerplate, sass
Light Blue Dashboard
๐Ÿ”ฅ Free and open-source admin dashboard template built with Bootstrap
Stars: โœญ 110 (-85.14%)
Mutual labels:  boilerplate, scss, sass
Glup
Some of the gulp tutorial -ใ€Šgulp็ฌ”่ฎฐใ€‹
Stars: โœญ 136 (-81.62%)
Mutual labels:  gulp, scss, sass
Bootstrap 4 Boilerplate
Bootstrap 4.3.1 boilerplate with Browsersync, Sass and Gulp.js
Stars: โœญ 155 (-79.05%)
Mutual labels:  gulp, boilerplate, sass
Compile Hero
๐Ÿ”ฐVisual Studio Code Extension For Compiling Language
Stars: โœญ 169 (-77.16%)
Mutual labels:  gulp, scss, sass
Gulp Frontnote
ใ‚นใ‚ฟใ‚คใƒซใ‚ฌใ‚คใƒ‰ใ‚ธใ‚งใƒใƒฌใƒผใ‚ฟใƒผFrontNoteใฎGulpใƒ—ใƒฉใ‚ฐใ‚คใƒณ
Stars: โœญ 7 (-99.05%)
Mutual labels:  gulp, scss, sass
Skeleton Sass
Skeleton Sass is a highly modular version of Skeleton CSS
Stars: โœญ 151 (-79.59%)
Mutual labels:  boilerplate, scss, sass
Long Haul
A minimal, type-focused Jekyll theme.
Stars: โœญ 524 (-29.19%)
Mutual labels:  gulp, scss, sass
Fast
Develop, build, deploy, redeploy, and teardown frontend projects fast.
Stars: โœญ 126 (-82.97%)
Mutual labels:  boilerplate, scss, sass
Gulp Scss Starter
Frontend development with pleasure. SCSS version
Stars: โœญ 339 (-54.19%)
Mutual labels:  gulp, scss, sass
Generator Baukasten
Awesome!
Stars: โœญ 50 (-93.24%)
Mutual labels:  boilerplate, scss, sass
Sing App
๐Ÿ’ฅFree and open-source admin dashboard template built with Bootstrap 4.5 ๐Ÿ’ฅ
Stars: โœญ 1,187 (+60.41%)
Mutual labels:  boilerplate, scss, sass
Gulp Starter Kit
A simple Gulp 4 Starter Kit for modern web development.
Stars: โœญ 134 (-81.89%)
Mutual labels:  gulp, scss, sass
Gulp Pug Starter
Frontend development with pleasure. Pug + SCSS version
Stars: โœญ 228 (-69.19%)
Mutual labels:  gulp, scss, sass

forthebadge forthebadge forthebadge

Sassy Starter Stories in Ready

A starter toolkit based on Scalable and Modular Architecture for CSS (SMACSS) and Atomic Design for Sass (SCSS) projects. Do what you'd like with it :)

Styles are broken down into the following groups: Base, Layout, Atoms, Molecules, Organisms, States, Themes, Utilities and Overrides

Getting Started

  1. If needed, install node and npm (Node Package Manager).
  • If needed, install gulp with npm install gulp -g.
  • Clone this repo with git clone https://github.com/minamarkham/sassy-starter or download the zip.
  • In terminal, cd to the folder containing your project. Alternatively, you can type cd and drag the location of the folder into your terminal and hit enter (on Macs).
  • In terminal, type npm install. If (and only if) npm install isn't working, try sudo npm install. This should install all dependencies.
  • In terminal, enter gulp.
  • Your browser should open at http://localhost:3000. You can access this same page on any device on the same wifi network and they'll see whats on your screen. It'll even sync scrolls and clicks!
  • Edit your code inside of the src folder.
  • Your complied and minified css, html, and javascript files will be created and updated in dist/. Never edit files within the dist/ folder, as it gets deleted frequently.
  • Keep gulp running while you're making changes. When you want to stop the gulp task, hit ctrl + C.

For theming: add separate file (theme.scss) insrc/scss/themes/, override the default $theme variable, and run gulp themes.

Requirements

  • Node/NPM
  • LibSass
  • Gulp

Features

  • Live reloading with BrowserSync
  • Image Minification
  • Github Pages deployment
  • Sass linting (based on default config)
  • Autoprefixer configuration
  • SMACSS and Atomic Design-based folder structure
  • px to em, px to rem and other useful functions.
  • Mixins for inlining media queries.
  • Useful CSS helper classes.
  • Default print styles, performance optimized.
  • "Delete-key friendly." Easy to strip out parts you don't need.

Dependencies

  "browser-sync": "^2.0.0-rc4",
  "colors": "^1.1.2",
  "del": "^2.0.2",
  "gulp-autoprefixer": "^2.1.0",
  "gulp-concat": "^2.4.3",
  "gulp-gh-pages": "^0.4.0",
  "gulp-imagemin": "^2.1.0",
  "gulp-jshint": "^1.9.0",
  "gulp-minify-css": "^0.3.12",
  "gulp-minify-html": "^0.1.8",
  "gulp-notify": "^2.2.0",
  "gulp-plumber": "^0.6.6",
  "gulp-rename": "^1.2.0",
  "gulp-sass": "^1.3.2",
  "gulp-sass-lint": "1.0.1",
  "gulp-size": "^1.2.0",
  "gulp-sourcemaps": "^1.5.2",
  "gulp-uglify": "^1.0.2",
  "imagemin-pngquant": "^4.0.0",
  "sassdoc": "^2.1.15",
  "vinyl-paths": "^2.0.0"

Tasks

  • clean:dist
  • styles
  • browser-sync
  • deploy
  • js-app
  • js-libs
  • sass-lint
  • minify-html
  • watch
  • imagemin
  • stats
  • sassdoc
  • themes
  • default
    • clean:dist
    • browser-sync
    • js-app
    • js-libs
    • imgmin
    • minify-html
    • styles
    • watch
  • build
    • clean:dist
    • js-app
    • js-libs
    • imgmin
    • minify-html
    • styles
    • copy
  • audit
    • sass-lint
    • stats

Directory structure

โ”Œโ”€โ”€ .gitignore
โ”œโ”€โ”€ .htaccess
โ”œโ”€โ”€ .sass-lint.yml
โ”œโ”€โ”€ .travis.yml
โ”œโ”€โ”€ src
โ”‚   โ”œโ”€โ”€ browserconfig.xml
โ”‚   โ”œโ”€โ”€ crossdomain.xml
โ”‚   โ”œโ”€โ”€ humans.txt
โ”‚   โ”œโ”€โ”€ icons
โ”‚   โ”‚   โ”œโ”€โ”€ apple-touch-icon-114x114-precomposed.png
โ”‚   โ”‚   โ”œโ”€โ”€ apple-touch-icon-57x57-precomposed.png
โ”‚   โ”‚   โ”œโ”€โ”€ apple-touch-icon-72x72-precomposed.png
โ”‚   โ”‚   โ”œโ”€โ”€ apple-touch-icon-precomposed.png
โ”‚   โ”‚   โ”œโ”€โ”€ apple-touch-icon.png
โ”‚   โ”‚   โ”œโ”€โ”€ favicon.ico
โ”‚   โ”‚   โ””โ”€โ”€ favicon.png
โ”‚   โ”œโ”€โ”€ img
โ”‚   โ”œโ”€โ”€ index.html
โ”‚   โ”œโ”€โ”€ js
โ”‚   โ”œโ”€โ”€ robots.txt
โ”‚   โ””โ”€โ”€ scss
โ”‚       โ”œโ”€โ”€ atoms
โ”‚       โ”‚   โ””โ”€โ”€ _index.scss
โ”‚       โ”œโ”€โ”€ base
โ”‚       โ”‚   โ”œโ”€โ”€ _base.scss
โ”‚       โ”‚   โ””โ”€โ”€ _index.scss
โ”‚       โ”œโ”€โ”€ layout
โ”‚       โ”‚   โ””โ”€โ”€ _index.scss
โ”‚       โ”œโ”€โ”€ libs
โ”‚       โ”‚   โ”œโ”€โ”€ _index.scss
โ”‚       โ”‚   โ”œโ”€โ”€ _normalize.scss
โ”‚       โ”‚   โ””โ”€โ”€ _pesticide.scss
โ”‚       โ”œโ”€โ”€ molecules
โ”‚       โ”‚   โ””โ”€โ”€ _index.scss
โ”‚       โ”œโ”€โ”€ organisms
โ”‚       โ”‚   โ””โ”€โ”€ _index.scss
โ”‚       โ”œโ”€โ”€ overrides
โ”‚       โ”‚   โ””โ”€โ”€ _index.scss
โ”‚       โ”œโ”€โ”€ states
โ”‚       โ”‚   โ”œโ”€โ”€ _index.scss
โ”‚       โ”‚   โ””โ”€โ”€ _print.scss
โ”‚       โ”œโ”€โ”€ themes
โ”‚       โ”‚   โ””โ”€โ”€ rebeccapurple.scss
โ”‚       โ”œโ”€โ”€ utilities
โ”‚       โ”‚   โ”œโ”€โ”€ _colors.scss
โ”‚       โ”‚   โ”œโ”€โ”€ _config.scss
โ”‚       โ”‚   โ”œโ”€โ”€ _fonts.scss
โ”‚       โ”‚   โ”œโ”€โ”€ _functions.scss
โ”‚       โ”‚   โ”œโ”€โ”€ _index.scss
โ”‚       โ”‚   โ”œโ”€โ”€ _mixins.scss
โ”‚       โ”‚   โ””โ”€โ”€ _typography.scss
โ”‚       โ”œโ”€โ”€ styles.scss
โ”‚       โ””โ”€โ”€ _shame.scss
โ”œโ”€โ”€ gulpfile.js
โ””โ”€โ”€ package.json

Bugs & Support

Developed by @MinaMarkham. Please list all bugs and feature requests in the Github issue tracker.

Thanks & Resources

This toolkit is based on the work of the following fine people & projects.

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