mik3y / gatsby-starter-basic-bootstrap

A basic starter for GatsbyJS + Bootstrap 4

Home Page:https://mik3y.github.io/gatsby-starter-basic-bootstrap/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A basic starter for GatsbyJS + Bootstrap 4

https://mik3y.github.io/gatsby-starter-basic-bootstrap/

License:MIT License


Languages

Language:JavaScript 94.9%Language:CSS 5.1%