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!)
yarn
ornpm install
cat .env.sample > .env.development
- Request a Github token, and add to
.env.development
- Request a Github token, and add to
yarn start
ornpm start