https://github.com/donny2333/ckeditor-demo
A CKEditor Demo
https://github.com/donny2333/ckeditor-demo
Last synced: about 1 month ago
JSON representation
A CKEditor Demo
- Host: GitHub
- URL: https://github.com/donny2333/ckeditor-demo
- Owner: Donny2333
- Created: 2018-04-20T23:19:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-21T00:02:52.000Z (about 7 years ago)
- Last Synced: 2025-02-17T17:53:57.002Z (4 months ago)
- Language: JavaScript
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ckeditor-demo
A CKEditor Demo## Install and build
After you git clone this repository, there is a few steps away from starting to develop.```bash
npm install
npm run build
```