nextjs-graphql
v0.1.3
Published
Boilerplate NextJS + GraphQL
Readme
Boilerplate NextJS + GraphQL
using in boilerplate:
- NextJS
- GraphQL
- Codegen
- SASS
Getting Started
First, create application:
npx nextjs-graphql project-name
Initializing
Install dependencies:
yarn
#or
npm installRun the development server:
npm run dev
# or
yarn dev