Intellij idea grails
Hello,
I'm starting a new project, with grails 3 for the server and react-native for the client.
I'm using intellij ultimate.
gradle is configured as a multi-project build where the "server" module contains the Grails application and the "client" module contains the react-native application.
I have a few questions :
1. How to import those projects ? I have tried to follow the 'gradle import project' on the jetbrains documentation, but I face numerous errors. Maybe I'm missing global settings for it to work. Can I get a detailed step by step instruction on what I need to do please?
2. Can I see both the client and server in a single intellij instance, or must 'client' and 'server' be 2 different projects, on two different intellij instances?
Thanks
Please sign in to leave a comment.
Related request: https://youtrack.jetbrains.com/issue/WEB-23832
Try using File | Open action to open react-native project in IntelliJ IDEA. The import Gradle project via File | New... | Module from Existing sources and point to a build.gradle file to import from.