tinymce/tinymce-docs

I can't find what I'm looking for: advanced/yeoman-generator.md

tausa17 opened this issue · 1 comments

Hello,

according to the instructions at https://www.tiny.cloud/docs/advanced/yeoman-generator/, I've created an empty plugin with some dummy logic. I've also managed to build the minified JS and successfully used it in my app. I would like to begin with the real development, so according to:

Yeoman installs the needed dependencies, and the project is bootstrapped and ready. cd into the plugin directory and run the following command to start the auto-reloading development server:

I've run npm start and that gave me some port. When I enter localhost:port, there is just some JSON stating:

{"tinylr":"Welcome","version":"1.1.1"}

Is there any boilerplate code I need to write, so I can start developing my plugin on a real textarea/TinyMCE or do I need to build the package and paste it to my application to test it?

Thanks.

Found it in src/demo/html/index.html