HackerNews Bookmark Apps using Next App Router

This app is aimed to demonstrate React Server Components and Server Action using Next App Router.

image

Getting Started

This app requires sqlite3, please install it if it's not available on your machine.

sqlite3 db/bookmark.db < db/schema.sql
pnpm dev

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