@ckeditor/cra-template-ckeditor5-classic
v1.0.0
Published
Create React App template for predefined build of CKEditor 5 Classic
Downloads
5
Maintainers
Readme
cra-template-ckeditor5-classic
A CKEditor 5 Classic template for Create React App
usage
To use this template within your project, add --template ckeditor5-classic
when creating a new app.
For example:
npx create-react-app my-app --template ckeditor5-classic
# or
yarn create react-app my-app --template ckeditor5-classic
Cloning this repo pulls down the CKEditor template only; not a bundled and configured Create React App.
For more information, please refer to:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.