does anyone here have a example app for kotlin-rea...
# javascript
n
does anyone here have a example app for kotlin-react that uses gradle instead of setup via yarn ? i have no idea how to setup the index.html to display the app
s
Here is example: https://github.com/snrostov/kotlin-full-stack-application-demo/tree/snrostov/kotlin-1.3.40/client
i have no idea how to setup the index.html to display the app
The simplest way to do it is to create project using wizard, as described here: https://kotlinlang.org/docs/reference/js-project-setup.html Wizard will create
index.html
in
src/main/resources