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