Skip to content

Next.js app to connect to Keystone6-with-OAuth API service.

Notifications You must be signed in to change notification settings

ijsto/next-for-keystone-oauth

Repository files navigation

This is a Next.js project designed to be used with Keystone6 and keystone-6-oauth Social Login Plugin.

Getting Started

First, install and run the development server:

pnpm install
# and then
pnpm dev

Open http://localhost:4444 with your browser to see the result.

This project is designed to be a starting point for your own project. You can delete or change any files. Out of the box we include:

  • Apollo Client
  • NextAuth to handle authentication
  • Absolute imports configuration for root level imports, which allows you to import files from the root of the project like so: import { MyComponent } from '@/components/MyComponent';

In near future this project will include:

  • Tailwind CSS
  • GraphQL Code Generator

If you found this project useful, please consider giving it a ⭐️ on GitHub.

About

Next.js app to connect to Keystone6-with-OAuth API service.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published