All Projects → colbyfayock → gatsby-starter-sass

colbyfayock / gatsby-starter-sass

Licence: MIT License
👓 A Gatsby starter with Sass and no assumptions!

Programming Languages

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

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

gatsby-starter-leaflet
🍃 A Gatsby starter with Leafet to quickly build React apps with a map!
Stars: ✭ 108 (+315.38%)
Mutual labels:  gatsby, gatsby-starter, gatsby-site, gatsby-starters, gatsby-cli
gatsby-starter-typescript
Typescript version of the default Gatsby starter. Uses Gatsby v1.x
Stars: ✭ 58 (+123.08%)
Mutual labels:  gatsby, gatsby-starter, gatsby-starters
WebSheets-Listing-Page
This is a Gatsby template for creating a catalogue websites based on Google Sheets data.
Stars: ✭ 29 (+11.54%)
Mutual labels:  gatsby, gatsby-starter, gatsby-site
gatsby-starter-fractal
Gatsby.js V2 starter template based on Fractal by HTML5 UP
Stars: ✭ 19 (-26.92%)
Mutual labels:  gatsby, gatsby-starter, gatsby-site
gatsby-wordpress-typescript-scss-blog
Gatsby Wordpress Typescript Blog Boilerplate
Stars: ✭ 50 (+92.31%)
Mutual labels:  gatsby, gatsby-starter, gatsby-site
grundgesetz-skeleton
You have a documentation. I turn it into a website. Any questions?
Stars: ✭ 42 (+61.54%)
Mutual labels:  gatsby, gatsby-starter
gatsby-starter-devto
A GatsbyJS starter template that leverages the Dev.to API
Stars: ✭ 13 (-50%)
Mutual labels:  gatsby, gatsby-starter
gatsby-starter-typescript
A Gatsby starter the way I like it.
Stars: ✭ 62 (+138.46%)
Mutual labels:  gatsby, gatsby-starter
gatsby-starter-highlights
Gatsby.js V2 starter template based on highlights by HTML5 UP
Stars: ✭ 15 (-42.31%)
Mutual labels:  gatsby, gatsby-starter
gatsby-wordpress-libre-starter
A Gatsby starter for creating blogs from headless WordPress CMS.
Stars: ✭ 23 (-11.54%)
Mutual labels:  gatsby, gatsby-starter
gatsby-starter-developer-diary
An official Gatsby blog template designed for web developers. Blazing fast, it includes beautful web developer topic tags and social-media links
Stars: ✭ 76 (+192.31%)
Mutual labels:  gatsby, gatsby-starter
gatsby-starter-simple
A simple blogging Gatsby starter
Stars: ✭ 13 (-50%)
Mutual labels:  gatsby, gatsby-starter
gatsby-starter
Gatsby Starter for creating portfolio & blog.
Stars: ✭ 55 (+111.54%)
Mutual labels:  gatsby, gatsby-starter
gatsby-starter-prologue
Gatsby.js V2 starter template based on readonly by HTML5 UP
Stars: ✭ 24 (-7.69%)
Mutual labels:  gatsby, gatsby-starter
gatsby-blog-template
✍️ A GatsbyJS Blog Template for blogging purposes.
Stars: ✭ 38 (+46.15%)
Mutual labels:  gatsby, gatsby-starter
gatsby-i18n
Gatsby plugin that provides i18n support
Stars: ✭ 25 (-3.85%)
Mutual labels:  gatsby, gatsby-starter
gatsby-starter-breeze
A Gatsby starter for graceful blogging in Chinese.
Stars: ✭ 44 (+69.23%)
Mutual labels:  gatsby, gatsby-starter
gatsby-starter-theme-antv
⚛️ Gatsby's starter of 👉
Stars: ✭ 34 (+30.77%)
Mutual labels:  gatsby, gatsby-starter
gatsby-generator
🎰 Generate Gatsby Starters in Seconds
Stars: ✭ 23 (-11.54%)
Mutual labels:  gatsby, gatsby-starter
gatsby-starter-wordpress-graphql
A bare-bones Gatsby starter powered WordPress and WPGraphQL!
Stars: ✭ 62 (+138.46%)
Mutual labels:  gatsby, gatsby-starter

👓 Gatsby Sass Starter

All Contributors

Jumpstart your next Gatsby project with the power of Sass!

What This Includes

What This Doesn't Include

  • A bunch of plugins that just complicate a quick bootstrap
  • A bunch of components that you need to clean up
  • Graphql that you don't need yet
  • Stubbed files that you don't need yet
  • Opinionated test and formatting setups (though both of these are encouraged)

Getting Started

Requirements

Quick Start

Run the following in your favorite terminal:

gatsby new [directory] https://github.com/colbyfayock/gatsby-starter-sass

Starting from Scratch

yarn global add gatsby-cli
  • Inside the directory of your choice, scaffold a new Gatsby site:
gatsby new [directory] https://github.com/colbyfayock/gatsby-starter-sass

For example, if I want my installation in ~/Code/new-gatsby-site, I would navigate to ~/Code and run:

gatsby new new-gatsby-site https://github.com/colbyfayock/gatsby-starter-sass
  • Navigate to your new directory and run:
yarn develop
  • You should now be running a new Gatsby site locally! 🎉

Contributors

Thanks goes to these wonderful people (emoji key):


Colby Fayock

💻 📖

This project follows the all-contributors specification. Contributions of any kind welcome!

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