Skip to content

Trying new features in 13 version Nextjs. Used Pocketbase as backend

Notifications You must be signed in to change notification settings

sedovdmitry/next-13

Repository files navigation

Next 13 Notes

Build a simple notes app with Nextjs 13 and Pocketbase.

next 13 application demo

Setup

  1. Create a new Next.js app: npx create-next-app@latest --ts
  2. Download Pocketbase from pocketbase.io
  3. Unzippe your packet and navigate inside cd pocketbase[version]
  4. Start Pocketbase: ./pocketbase serve
  5. Open the Admin UI, create collection, and update security rules to allow read/write access.
  6. Change ReactStrictMode to false and add experimental: { appDir: true } to next.config.js

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

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

About

Trying new features in 13 version Nextjs. Used Pocketbase as backend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published