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

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.

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