Best ways to manage multi-components app with kotlin+npm+docker+etc?

Answered

Hello,

I'm working on a product with multiple component in it. A backend in kotlin, multiple frontend in react, a database server, some ngrok config for remote test, etc.

Ideally I would like to manage the whole dev experience in InteliJ IDEA Ultimate.

Currently I already have the multiple targets set in my config for everything, and I have a compound to run them all, and it works.

The only issue I have is that only the Kotlin project is seen as a project in InteliJ and not the npm/react ones. Which is not handy to use.

Is there a way to have InteliJ correctly handling non-kotlin project in the same time? And having my frontend projects being seen as fully supported project?

My understanding of the Ultimate license is that it should be possible? No?

0
1 comment
Avatar
Yaroslav Bedrov

Hello,

How did you configure your project?

Please try to import Kotlin project and then add NPM as module.

It would be great if you could provide some simplified example for investigation.

 

0

Please sign in to leave a comment.