Handle both frontend and backend directories in one project
Answered
Our app has a single repo with a JS "frontend" directory, and a Kotlin/Gradle "backend" directory. Is it possible to open both within a single project in IntelliJ IDEA Ultimate 2018.1? When we open the "backend" or "frontend" directories individually, we get full support for the frameworks and languages, but when we open the root, it seems like nothing is recognised.
Please sign in to leave a comment.
Normally you should use different modules within the same project.
Hey Serge, could you expand on how that might work in my context?
See https://www.jetbrains.com/help/idea/modules.html .
One module would be Java/Gradle, another static web.