This is a Next.js project bootstrapped with create-next-app
.
A quick project to learn the basics of Next JS using the App directory and trying to get my head around RSC and server actions. Built following the Next JS course on Fireship.io.
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.