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