Hi all! I'm looking for a reference multiplatform ...
# javascript
p
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...
1
s
Hi! Can you show error from Gradle output?
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) •
./gradlew :server:run
- for the production build
./gradlew :server:build
 will create 
server/build/distributions/server-0.1.1.zip
. You can deploy it on the server and run 
bin/server
 to start the server. Client is included into the 
lib/server.jar
see updated README.md for more details