Skip to content

JohnMilazzo/gatsby-mail

 
 

Repository files navigation

Gatsby

Gatsby Mail

A proof of concept application that demonstrates a few concepts, namely:

  1. App-like functionality with GraphQL, data fetching, mutations, etc.
  2. Static creation of pages (e.g. /privacy-policy, /terms-of-service, etc.)
  3. Client-side only routes, e.g. dynamic routes
  4. Schema stitching with Github's API (requests ⭐ count at build time!)

🚀 Set up

  • yarn or npm install
  • Request a Github token and give repo full access to the token
  • cat .env.sample > .env.development then paste in your access token from gitub
  • yarn develop or npm run develop

About

A Gatsby email *application*

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 53.3%
  • CSS 24.5%
  • JavaScript 22.2%