JetBrains / jcef

A simple framework for embedding Chromium-based browsers into Java-based applications.
Other
244 stars 38 forks source link

Running Backend And FrontEnd through Intellij Plugin #6

Closed saketh2341 closed 11 months ago

saketh2341 commented 2 years ago

We are creating an IntelliJ plugin which uses JCEF web-view to show the UI by reusing the components from our earlier command line tool. Earlier we had created a command line tool where we had our frontend in react and backend in spring boot.

In order to create the plugin we need a way to start both the backend (spring boot) and frontend (React) servers from the plugin itself. Basically when the user clicks the plugin's icon in Intellij it should start both backend and frontend servers. Can anyone please suggest a way/resources to achieve this?

ujpv commented 11 months ago

The best place to share experience of plugins development is JetBrains Platform Slack