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

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

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).