tos-miyake / next-boilerplate-20200727

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nextjs-boilerplate

Stack

  • Firebase Authentication
  • react-firebase-hooks
  • Graphql Codegen
  • react-apollo hooks
  • vercel function

Auth on client and validate it on server.(on Graphql)

Setup

Develop

yarn install
yarn codegen # gen code
yarn vdev # run as `vercel dev` to pass vercel.json rewrites

# graphql playground
# open http://localhost:3000/api/graphql

LICENSE

MIT

About


Languages

Language:TypeScript 89.4%Language:JavaScript 10.6%