A proof of concept application that demonstrates a few concepts, namely:
- App-like functionality with GraphQL, data fetching, mutations, etc.
- Static creation of pages (e.g.
/privacy-policy,/terms-of-service, etc.) - Client-side only routes, e.g. dynamic routes
- Schema stitching with Github's API (requests ⭐ count at build time!)
yarnornpm install- Request a Github token and give
repofull access to the token cat .env.sample > .env.developmentthen paste in your access token from gitubyarn developornpm run develop