/gatsby-mgt-test

Testing Gatsby with Microsoft Graph Toolkit

Primary LanguageJavaScriptMIT LicenseMIT

gatsby-starter-basic-bootstrap

This is a basic starter for GatsbyJS, featuring react-bootstrap and little else.

image

🚀 Quick start

$ gatsby new my-project https://github.com/mik3y/gatsby-starter-basic-bootstrap
$ cd my-project
$ gatsby develop

What's included

This starter is based on gatsby-starter-default, and modified to include:

Using themes (optional)

You easily use a theme from Bootswatch by uncommenting a few lines in layout.scss

Example:

@import "~bootswatch/dist/superhero/variables";
@import "~bootstrap/scss/bootstrap";
@import "~bootswatch/dist/superhero/bootswatch";

Result:

image