Installation steps.
npm i
[OPTIONAL] Assuming you've got ckeditor5 cloned (and working) and want to use packages from it (Webpack is configured to use packages/ and node_modules/):
mkdir packages
ln -s /workspace/ckeditor5/packages packages/\@ckeditor
Finally, build CKEditor for the sample:
npm run build