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
gatsby new gatsby-strapi-website https://github.com/jeremylynch/gatsby-strapi-starter
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
- 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.js
or.../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