Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

リアルタイム・マークダウン・エディター

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
```