For Study Next.js
, Very Simple Next.js Note App
Database by Pocketbase
first start pocketbase and create collections:
./pocketbase serve
run the development nextjs server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.