GreenChang01 / React-Quill-App

Rich Text Editor App with React Quill - This demos how to insert images and video links into a rich text editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rich Text Editor - React Quill

Demo application which embeds images and videos into an Editor

Requirements

  • Node 16.15.1 or later version
  • This React project uses VITE as the build tool and not CRA.

Run Locally

Clone the project

  git clone https://github.com/GreatEki/React-Quill-App.git

Go to the project directory

On your terminal, ensure you are within the current working directory of the project
  cd project-dir

Install dependencies

  npm install OR
  yarn install

Start the server

  npm run dev

About

Rich Text Editor App with React Quill - This demos how to insert images and video links into a rich text editor


Languages

Language:TypeScript 75.6%Language:CSS 19.7%Language:JavaScript 2.5%Language:HTML 2.3%