An open API service indexing awesome lists of open source software.

https://github.com/arafipro/shadcn-form-yt

【React Hook Form】【zod】shadcn/uiを使って、zodを中心に入力フォームを作る
https://github.com/arafipro/shadcn-form-yt

cloudflare cloudflare-pages nextjs nextjs14 react react-hook-form shadcn-ui tailwindcss typescript youtube zod

Last synced: 2 months ago
JSON representation

【React Hook Form】【zod】shadcn/uiを使って、zodを中心に入力フォームを作る

Awesome Lists containing this project

README

        

# 【React Hook Form】【zod】shadcn/uiを使って、zodを中心に入力フォームを作る

## YouTube

[!["【React Hook Form】【zod】shadcn/uiを使って、zodを中心に入力フォームを作る"](https://i.ytimg.com/vi/PQeW8gLI5Eg/maxresdefault.jpg)](https://youtu.be/PQeW8gLI5Eg)

## 技術選定

- TypeScript
- Next.js
- Tailwind CSS
- shadcn/ui
- react hook form
- zod
- Cloudflare Pages

## 初期設定

### NodeModuleをインストール

```bash
npm install
```