GitXplorerGitXplorer
n

server-actions-validations

public
5 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
a5c90185167ca59f7003298c921b23889456a8f2

updated home

nnicoalbanese committed 9 months ago
Unverified
0683a84287ec8381008415fd6c52a84bc1a8de0f

working server actions

nnicoalbanese committed 9 months ago
Unverified
e1b7655e63cc55ae3d9e578195535272332f8796

removed exports on page

nnicoalbanese committed 10 months ago
Unverified
556bca9e0dbce239e5d97b9cf0216605c0dc431f

added prisma generate to build script

nnicoalbanese committed 10 months ago
Unverified
c377518d6109c0811acec245b6ad7789f3945999

added routing at root

nnicoalbanese committed 10 months ago
Unverified
25dd12c951953039b6f2cb73d9d400feb9b45ee5

added optimstic updates

nnicoalbanese committed 10 months ago

README

The README file for this repository.

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.