0.1.3 • Published 2 years ago

nextjs-graphql v0.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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 install

Run the development server:

npm run dev
# or
yarn dev