jvm-js-fullstack
jvm-js-fullstack copied to clipboard
Nice to meet you, I am learning from this tutorial here. I am stumped by the error message that the shoppinglist.js referenced in index.html cannot be found. `GET http://localhost:9090/shoppinglist.js net::ERR_ABORTED...
I'm going through index.html file , could you please share where we can find shoppinglist.js in this which is written in index.html file How its fetching list if file not...
In the tutorial and codebase, previously index.html file is in the src/commonMain/resources folder. But now with new project structure in IDEA, when we select project template as `Full-Stack Web Application`,...
I downloaded the latest version of this code and it fails when attempting the following as per the tutorial: ``` curl -X POST http://localhost:9090/shoppingList \ -H 'Content-Type: application/json' \ -d...
I've followed this tutorial to build a KMM app. Everything works fine when the app is running on the local server but the POST method returns Error 403 when deployed...
Use latest supported nodejs version (v16.15.1) included darwin-arm64 dist.
Could not find anywhere to leave a thank you for creating this. Ty its awesome. Just a suggestion for the team, with the type coupling between client/server we could really...