Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 624 Bytes

File metadata and controls

15 lines (10 loc) · 624 Bytes

Grafbase ⨯ Next.js Server Actions

Join our Community

Please note

This example uses Next.js App Router and experimental serverActionsread more

Getting Started

  1. Run npx degit grafbase/grafbase/examples/nextjs-server-actions grafbase-with-nextjs-server-actions to clone this example
  2. Change directory into the new folder cd grafbase-with-nextjs-server-actions
  3. Run npx grafbase dev
  4. Run npm install to install dependencies
  5. In another terminal, run npm run dev and visit http://localhost:3000