https://github.com/maxim-kolesnikov/ckeditor5-react-sample
Custom CKEditor build sample
https://github.com/maxim-kolesnikov/ckeditor5-react-sample
ckeditor ckeditor5 react reactjs
Last synced: 4 months ago
JSON representation
Custom CKEditor build sample
- Host: GitHub
- URL: https://github.com/maxim-kolesnikov/ckeditor5-react-sample
- Owner: maxim-kolesnikov
- Created: 2023-06-01T12:40:20.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-05-22T12:26:36.000Z (5 months ago)
- Last Synced: 2025-06-13T07:02:23.089Z (4 months ago)
- Topics: ckeditor, ckeditor5, react, reactjs
- Language: JavaScript
- Homepage: https://maxim-kolesnikov.github.io/ckeditor5-react-sample/
- Size: 4.64 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CKEditor@5 with Create React App
This project has a github [demo](https://maxim-kolesnikov.github.io/ckeditor5-react-sample/) page.
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.\
You will also see any lint errors in the console.### `npm run build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!### `npm run build:gh-pages`
Builds the app for production to the `build` folder with `PUBLIC_URL=/ckeditor5-react-sample` for current [gh-pages](/https://github.com/maxim-kolesnikov/ckeditor5-react-sample/tree/gh-pages) branch.
### `npm run publish:gh-pages`
Publishes the `build` folder to the [gh-pages](/https://github.com/maxim-kolesnikov/ckeditor5-react-sample/tree/gh-pages) branch for [demo](https://maxim-kolesnikov.github.io/ckeditor5-react-sample/) page.
## Learn More
Integrating the editor from source [CKEditor@5 React](https://ckeditor.com/docs/ckeditor5/latest/installation/integrations/react.html).