colbyfayock / gatsby-starter-sass

πŸ‘“ A Gatsby starter with Sass and no assumptions!

Home Page:https://gatsby-starter-sass.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ‘“ 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!

About

πŸ‘“ A Gatsby starter with Sass and no assumptions!

https://gatsby-starter-sass.netlify.com/

License:MIT License


Languages

Language:JavaScript 71.0%Language:SCSS 29.0%