Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/konradmi/nextjs-forms
https://github.com/konradmi/nextjs-forms
mui nextjs react-hook-form zod
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/konradmi/nextjs-forms
- Owner: konradmi
- Created: 2023-06-19T05:35:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-03T06:22:04.000Z (over 1 year ago)
- Last Synced: 2024-11-11T03:43:00.918Z (3 months ago)
- Topics: mui, nextjs, react-hook-form, zod
- Language: TypeScript
- Homepage:
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Nextjs-forms
Example usages of react-hook-form + zod + mui forms
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.