From 6e00ddfcabec25ac1698057dec149da56cf21259 Mon Sep 17 00:00:00 2001 From: Khodor Ammar Date: Fri, 13 Oct 2017 23:42:39 +0300 Subject: [PATCH] Update gatsby-starters.md (#2450) --- docs/docs/gatsby-starters.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/docs/gatsby-starters.md b/docs/docs/gatsby-starters.md index 6bddc4b745a15..4a1f28d72c6e6 100644 --- a/docs/docs/gatsby-starters.md +++ b/docs/docs/gatsby-starters.md @@ -112,3 +112,12 @@ Community: * Barebones configuration for using the [Grommet](https://grommet.github.io/) design system * Uses SASS (with CSS modules support) +* [gatsby-starter-basic](https://github.com/PrototypeInteractive/gatsby-react-boilerplate) [(demo)](https://prototypeinteractive.github.io/gatsby-react-boilerplate/) + + Features: + * Basic configuration and folder structure + * Uses postcss and sass (with autoprefixer and pixrem) + * Uses boostrap 4 grid + * Leaves the styling to you + * Uses data from local json files + * Contains Node.js server code for easy, secure, and fast hosting