https://github.com/manojc/ckeditor-react-webpack-poc
This is a POC to understand how CJEditor-React-Webpack trio works together.
https://github.com/manojc/ckeditor-react-webpack-poc
ckeditor ckeditor-plugin react reactjs webpack wepback4
Last synced: 2 months ago
JSON representation
This is a POC to understand how CJEditor-React-Webpack trio works together.
- Host: GitHub
- URL: https://github.com/manojc/ckeditor-react-webpack-poc
- Owner: manojc
- License: mit
- Created: 2020-02-19T17:26:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T07:47:03.000Z (over 3 years ago)
- Last Synced: 2025-01-03T22:34:22.471Z (over 1 year ago)
- Topics: ckeditor, ckeditor-plugin, react, reactjs, webpack, wepback4
- Language: JavaScript
- Homepage:
- Size: 1.24 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CKEditor-React-Webpack POC
This is a POC to understand how CJEditor-React-Webpack trio works together.
CKEditor plugins would be added to the POC soon so stay tuned!!
# Setup
Install node packages -
```bash
npm i
```
run webpack
```bash
npm start
```
watch changes
```bash
npm run build:watch
```
# Run App
Once webpack built, open `./dist/index.html` in browser
# Author
Manoj Chalode