Boilerplate NextJS + GraphQL
Boilerplate NextJS + GraphQL
using in boilerplate:
- NextJS
- GraphQL
- Codegen
- SASS
First, create application:
``bash
npx nextjs-graphql project-name
`
Install dependencies:
`bash`
yarn
#or
npm install
Run the development server:
`bash``
npm run devor
yarn dev