/next-strapi-graphql

Strapi, Next.js & GraphQL boilerplate

Primary LanguageJavaScriptMIT LicenseMIT

Next strapi boilerplate

Technologies

  • Next.js
  • Strapi
  • GraphQL & JWT auth

Setup

Installation

Client

Install dependencies for client

Go to client folder
cd client Run yarn

Add environment variables

Create a .env file in this directory (You can use the .env.example file as a reference)

Strapi

Install dependencies for Strapi

Go to strapi folder
cd strapi Run yarn