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.

0
3 comments

Normally you should use different modules within the same project.

0
Avatar
Permanently deleted user

Hey Serge, could you expand on how that might work in my context?

0

See https://www.jetbrains.com/help/idea/modules.html .

One module would be Java/Gradle, another static web.

0

Please sign in to leave a comment.