https://github.com/arafipro/realtime-markdown-editor
リアルタイム・マークダウン・エディター
https://github.com/arafipro/realtime-markdown-editor
nextjs react-hook-form react-markdown shadcn-ui tailwindcss tailwindcss-typography typescript zod
Last synced: 2 months ago
JSON representation
リアルタイム・マークダウン・エディター
- Host: GitHub
- URL: https://github.com/arafipro/realtime-markdown-editor
- Owner: arafipro
- Created: 2024-06-03T12:24:30.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-04T04:49:26.000Z (12 months ago)
- Last Synced: 2025-01-24T20:46:57.828Z (4 months ago)
- Topics: nextjs, react-hook-form, react-markdown, shadcn-ui, tailwindcss, tailwindcss-typography, typescript, zod
- Language: TypeScript
- Homepage: https://realtime-markdown-editor.pages.dev/
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 【React Hook Form】【zod】リアルタイム・マークダウン・エディターを作る
## YouTube
[](https://youtu.be/5hAg40Y_VgE)
## 技術選定
- TypeScript
- Next.js
- Tailwind CSS
- Shadcn/ui
- Tailwind Typography
- React Hook Form
- Zod
- react-markdown## 初期設定
### NodeModule をインストール
```bash
npm install
```