Hi all! I'm looking for a reference multiplatform template project using kotlin.js plugin with react, hot-reload and shared frontend/backend model, anyone?
Found this https://github.com/snrostov/kotlin-full-stack-application-demo but could not get it to work...
So, it is fixed finally:
• updated to 1.3.70 eap 1, production build now works with optimized js bundle (670Kb in zip, instead of 5Mb)
• both optimized and dev servers are supported:
•
./gradlew :client:run -t
- for the dev server with live reload (for front-end developing)
•