All Projects → sshikhrakar → Sass-Starter

sshikhrakar / Sass-Starter

Licence: MIT license
SASS Starter - SCSS boilerplate for SMACSS

Programming Languages

SCSS
7915 projects
HTML
75241 projects

Projects that are alternatives of or similar to Sass-Starter

Example
Metarhia application example for Node.js
Stars: ✭ 147 (+320%)
Mutual labels:  starter-kit
grundgesetz-skeleton
You have a documentation. I turn it into a website. Any questions?
Stars: ✭ 42 (+20%)
Mutual labels:  starter-kit
starter-kit
Start your career path to become a developer.
Stars: ✭ 19 (-45.71%)
Mutual labels:  starter-kit
bb8
Starter kit for automating tasks in everyday front-end development. 👨🏻‍💻 ⚡️ 🛠 ✨ 🤖
Stars: ✭ 13 (-62.86%)
Mutual labels:  starter-kit
botfuel-sample-starter
Starter bot using Botfuel Dialog
Stars: ✭ 24 (-31.43%)
Mutual labels:  starter-kit
aurelia-typescript-boilerplate
A starter kit for building a standard navigation-style app with Aurelia, typescript and webpack by @w3tecch
Stars: ✭ 18 (-48.57%)
Mutual labels:  starter-kit
birthday.py
🎉 A simple discord bot in discord.py that helps you understand the usage of SQL databases
Stars: ✭ 30 (-14.29%)
Mutual labels:  starter-kit
react-typescript-starter
Simple starter-kit for react, redux, typescript, aphrodite, webpack
Stars: ✭ 14 (-60%)
Mutual labels:  starter-kit
Dash-UI
Bootstrap 5 Admin & Dashboard Template - Dash-UI. Dash UI Kit is a free and open-source components and templates kit fully coded with Bootstrap 5.
Stars: ✭ 213 (+508.57%)
Mutual labels:  starter-kit
nodejs-hackathon-boilerplate-starter-kit
Just a Hackaton/Startup Full-stack node.js starter
Stars: ✭ 37 (+5.71%)
Mutual labels:  starter-kit
phaser-starter
Minimal starter project to get a Phaser game environment up and running with ease.
Stars: ✭ 73 (+108.57%)
Mutual labels:  starter-kit
fusell-seed
FUSE (the low-level interface) file system boilerplate 📂 🔌 💾
Stars: ✭ 13 (-62.86%)
Mutual labels:  starter-kit
angularjs-es6-starter-kit
Basic AngularJS, ES6, Webpack Starter Kit Project which includes Bootstrap 4 also. This is a boilerplate for AngularJS SPA with Bootstrap 4.
Stars: ✭ 28 (-20%)
Mutual labels:  starter-kit
ruby-sinatra-starter-app
A starter project for Ruby On Sinatra web app projects to introduce programmers to Ruby programming.
Stars: ✭ 36 (+2.86%)
Mutual labels:  starter-kit
stow-box
Formerly Linnia-box Starter kit for stow protocols for building Decentralized React Apps
Stars: ✭ 15 (-57.14%)
Mutual labels:  starter-kit
laravel-scaffold-v1
The base for developing awesome projects
Stars: ✭ 15 (-57.14%)
Mutual labels:  starter-kit
starter-reactnative-nestjs-mysql
Starter mobile ReactNative NestJS MySQL with continuous integration and AWS deployment
Stars: ✭ 16 (-54.29%)
Mutual labels:  starter-kit
react-phoenix-users-boilerplate
Elixir/Phoenix + React + users template/boilerplate.
Stars: ✭ 71 (+102.86%)
Mutual labels:  starter-kit
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 (-57.14%)
Mutual labels:  starter-kit
shopify-app-starter-kit
Shopify app starter kit written in Ruby on Rails w/ appropriate tools to get your Shopify app up and running quickly 🚀
Stars: ✭ 42 (+20%)
Mutual labels:  starter-kit

Sass-Starter MIT Licence Open Source Love

SASS Starter - SCSS for SMACSS

Starter code for SASS based on Scalar and Modular Architecture for CSS (SMACSS). SMACSS (pronounced “smacks”) is more style guide than rigid framework. This allows for more customization to the structure as we see fit.

Visit this link for documentation.

Features

  • SMACSS structure for SASS.
  • Mixins for BEM naming conventions and Media queries.
  • SASS functions for unit conversions.
  • Bootstrap Grid and Print CSS.
  • Normalize CSS.
  • Live reloading with BrowserSync.
  • Packages such as JS/CSS minification and CSS autoprefixer included.

Getting Started

Initial Checks:

  • Install node and npm, yarn (recommended) if not installed.

Installation:

  1. Clone Sass-Starter repo with git clone [email protected]:sshikhrakar/Sass-Starter.git (using SSH - recommended) or git clone https://github.com/sshikhrakar/Sass-Starter.git (using HTTPS) or download the zip.
  2. Go to your project folder using a terminal, and run npm install or yarn install.
  3. After installing npm packages, run npm run start or yarn start to start the server. Your default browser will open automatically and the server will be hosted at http://localhost:8080.

For building your minified css code and optimized images run npm run build or yarn build. All files will be created at dist/ folder.

Include or remove bootstrap at utilities/_manifest.scss.

Prerequisites

1. Node/NPM >= 12
2. Yarn (recommended/optional)

Contributing

Please read the CONTRIBUTING guidelines for details on how to contribute. Also read the Code of Conduct here.

See also the list of contributors who participated in this project.

Bugs and Features

Report a bug or request a new feature by opening an issue.

Guidelines for bug report at CONTRIBUTING.md.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments

This project uses awesome work of other 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].