ckeditor / ckeditor4-react

Official CKEditor 4 React component.
Other
97 stars 52 forks source link

Possibility to run a sample from the project root #249

Open MMMalik opened 3 years ago

MMMalik commented 3 years ago

Are you reporting a feature request or a bug?

Task

Expected result

A sample can be run from the project root with a simple command, e.g. npm run sample router.

Actual result

Running a sample locally requires developer to build package, then go into sample directory, install dependencies, link the parent package, then start the sample.