gatsby-strapi-starter
                                
                                 gatsby-strapi-starter copied to clipboard
                                
                                    gatsby-strapi-starter copied to clipboard
                            
                            
                            
                        Ultimate Gatsby Starter
Gatsby Landing Page Starter
A (slightly) opinionated Gatsby boilerplate to get started fast. Stack includes:
- Bootstrap
- Reactstrap
- Reactstrap-form-fields
- Reactstrap-json-nav
- React Icons
- Google Tag Manager
- gatsby-plugin-netlify
- gatsby-plugin-google-tagmanager
- gatsby-plugin-facebook-pixel
- gatsby-plugin-manifest
- gatsby-plugin-styled-components
🚀 Quick start
gatsby new gatsby-strapi-website https://github.com/jeremylynch/gatsby-strapi-starter
Testing Notes
This code currently cleanly passes the following checks
- npm outdated
- npm audit
- npm run lint
- npm run reformat
- No warnings in JavaScript console, nor logged to terminal
Outstanding Tests
- JS console occasionally logs
http://localhost:8000/page-data/test/page-data.json 404 (not found)-- This likely comes fromnode_modules/gatsby/cache-dir/loader.jsor.../cache-dir/commons/loader.js
- Chrome warning:
[Deprecation] SharedArrayBuffer will require cross-origin isolation as of M91-- Outside the scope of Gatsby; likely requires a React library upgrade
- Form submit button requires an implementation in the Contact page