You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.
This may sound like a stupid question, but it is not obvious how to open this project in intellij. Do we use "Import Project" or "Open".
If I choose open, I'm prompted to import gradle project. Then it asks:
Please select the modules/data to include in the project. If you accept the default (all of them) you are then prompted to remove something from the project:
Should it be this complex to open a project in IntelliJ?
The text was updated successfully, but these errors were encountered:
So after all that, I went to line 29 of HomeView.kt and changed:
h2 { +"Thoughts" }
to
h2 { +"Thoughts 2" }
Then I hit Command + S.
Went back to browser, hoping to see hot reload. No hot reload. So next I tried doing Command + F9. Then I hit refresh in the browser. And that caused the client to crash, with this message in the JavaScript console:
Uncaught Error: Module build failed: Error: ENOENT: no such file or directory, open '/Volumes/repos/kotlin-fullstack-sample/frontend/build/js/frontend.js'
This may sound like a stupid question, but it is not obvious how to open this project in intellij. Do we use "Import Project" or "Open".
If I choose open, I'm prompted to import gradle project. Then it asks:
Please select the modules/data to include in the project. If you accept the default (all of them) you are then prompted to remove something from the project:
Should it be this complex to open a project in IntelliJ?
The text was updated successfully, but these errors were encountered: