Gatsby Starter #77
peiche
started this conversation in
Show and tell
Replies: 2 comments 4 replies
-
Hi Paul, thanks for the starter. We have included it in our Docs page: Cheers! |
Beta Was this translation helpful? Give feedback.
0 replies
-
The Starter while Deploying on Netlify and Vercel it fails. Same on Local |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've created a Gatsby starter using CodyFrame:
Gatsby + CodyHouse Starter
Components can be added to the Gatsby site within the
src/components
directory. The SCSS code should be placed within a new include created inside thesrc/styles/components
directory (and don't forget to update the_index.scss
file in the same directory). The JS code should be placed within its own file instatic/js
alongsideutil.js
. Follow the CodyHouse directions for creating/removing the script element in the component's componentDidMount and componentWillUnmount functions, respectively.Support for using PurgeCSS is included but disabled by default. The config must be uncommented within
gatsby-config.json
and modified to fit your specific use-case(s).Beta Was this translation helpful? Give feedback.
All reactions