/nextjs13-nhost

Setup Nhost with NextJs13

Primary LanguageTypeScript

This is the unofficial guide to setting up Nhost with NextJS 13 /app router

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

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

Kindly record the steps taken in the app/page.tsx so that we can later create this as a proper guide.