stack/apps/partial-prerendering
2024-05-28 12:07:22 +02:00
..
src Remove user button from partial prerendering demo 2024-04-28 11:57:54 +02:00
.env Improve some error messages 2024-04-28 10:16:39 +02:00
.eslintrc.js Update ESLint for partial prerendering demo 2024-04-27 14:30:04 +02:00
.gitignore Partial prerendering demo (#21) 2024-04-27 14:23:54 +02:00
CHANGELOG.md chore: update package versions 2024-05-28 12:07:22 +02:00
LICENSE Update license files 2024-05-04 15:52:49 +02:00
next.config.mjs Partial prerendering demo (#21) 2024-04-27 14:23:54 +02:00
package.json chore: update package versions 2024-05-28 12:07:22 +02:00
README.md Partial prerendering demo (#21) 2024-04-27 14:23:54 +02:00
tsconfig.json CRUD schemas (#28) 2024-05-12 20:29:14 +02:00

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

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

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

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.