Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 9 hours ago
JSON representation
リアルタイム・マークダウン・エディター
- Host: GitHub
- URL: https://github.com/arafipro/realtime-markdown-editor
- Owner: arafipro
- Created: 2024-06-03T12:24:30.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-04T04:49:26.000Z (8 months ago)
- Last Synced: 2024-11-24T22:14:03.141Z (2 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
[!["【React Hook Form】【zod】リアルタイム・マークダウン・エディターを作る"](https://i.ytimg.com/vi/5hAg40Y_VgE/maxresdefault.jpg)](https://youtu.be/5hAg40Y_VgE)
## 技術選定
- TypeScript
- Next.js
- Tailwind CSS
- Shadcn/ui
- Tailwind Typography
- React Hook Form
- Zod
- react-markdown## 初期設定
### NodeModule をインストール
```bash
npm install
```