fk / gatsby-mail

A Gatsby email *application*

Home Page:https://gatsby-mail.netlify.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  • cat .env.sample > .env.development
  • yarn start or npm start

About

A Gatsby email *application*

https://gatsby-mail.netlify.com

License:MIT License


Languages

Language:HTML 53.5%Language:CSS 24.5%Language:JavaScript 22.0%