Skip to content

Commit

Permalink
feat(starters): add gatsby-redux-starter by @AVivero (#9771)
Browse files Browse the repository at this point in the history
<!--
  Q. Which branch should I use for my pull request?
  A. Use `master` branch (probably).

  Q. Which branch if my change is a bug fix for Gatsby v1?
  A. In this case, you should use the `v1` branch

  Q. Which branch if I'm still not sure?
  A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)

  Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.

  Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
-->

## PR description:
- Add new gatsby starter that provides multiple technologies out of the box, like Redux, Sass and Bootstrap, gatsby-redux-starter by @AVivero.
  • Loading branch information
AVivero authored and pieh committed Nov 14, 2018
1 parent ac1a485 commit 15b08c2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
16 changes: 16 additions & 0 deletions docs/starters.yml
Expand Up @@ -1203,3 +1203,19 @@
- Twitter and OpenGraph Tags
- ESLint
- Prettier Code Styling
- url: https://avivero.github.io/gatsby-redux-starter/
repo: https://github.com/AVivero/gatsby-redux-starter
description: Gatsby starter site with Redux, Sass, Bootstrap, Css Modules and Material Icons
tags:
- Redux
- Styling:SCSS
- Styling:Bootstrap
- Styling:Material
- Linting
features:
- Gatsby v2 support
- Redux support
- Sass support
- Bootstrap v4 support
- Css Modules support
- ESLint, Prettier
8 changes: 0 additions & 8 deletions yarn.lock
Expand Up @@ -2965,14 +2965,6 @@ babel-plugin-macros@^2.4.2:
cosmiconfig "^5.0.5"
resolve "^1.8.1"

babel-plugin-macros@^2.4.2:
version "2.4.2"
resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-2.4.2.tgz#21b1a2e82e2130403c5ff785cba6548e9b644b28"
integrity sha512-NBVpEWN4OQ/bHnu1fyDaAaTPAjnhXCEPqr1RwqxrU7b6tZ2hypp+zX4hlNfmVGfClD5c3Sl6Hfj5TJNF5VG5aA==
dependencies:
cosmiconfig "^5.0.5"
resolve "^1.8.1"

babel-plugin-react-css-modules@^3.2.1:
version "3.4.2"
resolved "https://registry.yarnpkg.com/babel-plugin-react-css-modules/-/babel-plugin-react-css-modules-3.4.2.tgz#4c1db8d4bc8b2973f6c689da7dbd56b0cb8f099c"
Expand Down

0 comments on commit 15b08c2

Please sign in to comment.