All Projects → 5t3ph → html-sass-jumpstart

5t3ph / html-sass-jumpstart

Licence: other
Minimal Sass/HTML Template Site - dart sass powered, includes stylelint and prettier, and autoprefix upon build. develop script includes hot-reload via browsersync.

Programming Languages

HTML
75241 projects
SCSS
7915 projects

Projects that are alternatives of or similar to html-sass-jumpstart

Frasco
Quick starter for Jekyll including full setup for Sass, PostCSS, Autoprefixer, stylelint, Webpack, ESLint, imagemin, Browsersync, etc.
Stars: ✭ 123 (+50%)
Mutual labels:  stylelint, browsersync, autoprefixer
Bathe
The simplest WordPress starter theme including full setup for Sass, PostCSS, Autoprefixer, stylelint, Webpack, Eslint, imagemin, Browsersync, etc.
Stars: ✭ 65 (-20.73%)
Mutual labels:  stylelint, browsersync, autoprefixer
Long Haul
A minimal, type-focused Jekyll theme.
Stars: ✭ 524 (+539.02%)
Mutual labels:  browsersync, autoprefixer
Fabium
+100 for productivity
Stars: ✭ 108 (+31.71%)
Mutual labels:  browsersync, autoprefixer
bb8
Starter kit for automating tasks in everyday front-end development. 👨🏻‍💻 ⚡️ 🛠 ✨ 🤖
Stars: ✭ 13 (-84.15%)
Mutual labels:  stylelint, browsersync
frontie
Frontie is a front-end boilerplate. Gulp | Twig.js | Sass | Autoprefixer | Browsersync | Bootstrap 4 Grid System & Responsive Breakpoints
Stars: ✭ 28 (-65.85%)
Mutual labels:  browsersync, autoprefixer
Angular-Gulp-Boilerplate
Clean but full-featured AngularJS boilerplate using Gulp workflow and best practices
Stars: ✭ 30 (-63.41%)
Mutual labels:  browsersync, autoprefixer
bowman
A simple static site generator with an integrated toolchain for efficient development and delivery.
Stars: ✭ 17 (-79.27%)
Mutual labels:  stylelint, browsersync
Dev Toolkit
Universal Development Toolkit for Javascript People
Stars: ✭ 134 (+63.41%)
Mutual labels:  browsersync, autoprefixer
Magento2 Frontools
Set of front-end tools for Magento 2 based on Gulp.js
Stars: ✭ 416 (+407.32%)
Mutual labels:  stylelint, browsersync
starbase
⭐ Production-ready website boilerplate made with webpack 5, modern JS (via Babel 7) & Sass
Stars: ✭ 70 (-14.63%)
Mutual labels:  stylelint, sass-boilerplate
bootstrap-4-boilerplate
Basic Bootstrap 4 Starter Template
Stars: ✭ 50 (-39.02%)
Mutual labels:  browsersync, autoprefixer
gulp-starter-kit
My Gulp Starter Kit
Stars: ✭ 91 (+10.98%)
Mutual labels:  browsersync, autoprefixer
stylus-playground
Stylus environment for practice and testing.
Stars: ✭ 16 (-80.49%)
Mutual labels:  browsersync, autoprefixer
genesis-sample-task-runner
Gulp workflow for Auto prefixing, Sass compiling, CSS minification, automatic browser reloading and more
Stars: ✭ 23 (-71.95%)
Mutual labels:  browsersync, autoprefixer
gulp-boilerplate
Gulp boilerplate
Stars: ✭ 24 (-70.73%)
Mutual labels:  stylelint, sass-boilerplate
Webpack Es6 Sass Setup
A basic setup for Webpack with ES6, Babel, Sass and stylelint
Stars: ✭ 63 (-23.17%)
Mutual labels:  stylelint, autoprefixer
eslint-config-ns
ESLint config ready to be used in multiple projects. Based on Airbnb's code style with prettier, jest and react support.
Stars: ✭ 27 (-67.07%)
Mutual labels:  stylelint
madosel
Modasel is a family of responsive front-end frameworks that make it easy to design beautiful responsive websites, apps that look amazing on any device. Madosel is semantic, readable, flexible, and completely customizable.
Stars: ✭ 39 (-52.44%)
Mutual labels:  sass-boilerplate
starter-kit
🏃 A simple and powerful Starter Kit made with Webpack, Gulp 4, Pug and SASS
Stars: ✭ 21 (-74.39%)
Mutual labels:  stylelint

HTML / Sass Jumpstart

dart sass powered, includes stylelint and prettier, and autoprefix upon build. develop script includes hot-reload via browsersync.

Includes Minimal Theme and Components

View the documentation > available on Github pages, as well as the index.html file once you load the project.

Getting Started

  1. Select "Use this template" to copy this project into your own new repo.

  2. Optional: Run a find/replace for tdbc to update to your preferred prefix (or adjust stylelint settings).

  3. You can customize the theme Sass directly, or place overrides to variables at the top of the main style.scss file before the theme file is imported.

  4. Then continue with the develop script and build something rad :)

Development Scripts

npm start

Serve with hot reload at localhost:1337

npm run build

Generate minified, autoprefixed CSS for production

Use this as the "Publish command" if needed by hosting such as Netlify.

npm run serve

Serve latest build files at localhost:1337

Linting

Linting is provided by Stylelint and rules are extended from stylelint-config-standard and prettier-stylelint

Lint Script

npm run lint

Run stylelint and review errors in terminal

npm run lint:fix

Run stylelint with the fix flag to attempt to resolve found errors

Feedback welcome!

You can file it as an issue.

Buy me a coffee

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