Skip to content

instamedsolutions/ckeditor-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CKEditor Test

CKEditor Test is a project that integrates CKEditor with React using Vite. This project is designed to provide a rich text editing experience within a React application.

Table of Contents

Features

  • Rich text editing with CKEditor 5
  • React integration using @ckeditor/ckeditor5-react
  • Styled components for better UI management
  • State management with Recoil
  • TypeScript support for type safety

Installation

  1. Clone the repository:
   git clone https://github.com/yourusername/ckeditor-test.git
   cd ckeditor-test
  1. Install the dependencies:
   npm install
  1. Set the environment variables:
   cp .env .env.local
   # Set the environment variables in .env.local
  1. Start the development server:
   npm run dev
  1. Build the project:
   npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published