Hi Friends, do we have a template repository for K...
# javascript
s
Hi Friends, do we have a template repository for Kotlin/JS projects?
r
I don't think you will find a lot of templates for "vanilla" K/JS. But if you want to use some Kotlin/JS framework you can find some examples. For KVision (disclaimer: I'm the author) you can check https://github.com/rjaros/kvision-examples. For Kotlin React the examples are here https://github.com/JetBrains/kotlin-wrappers#examples. There is also https://github.com/nacular/doodle-tutorials and https://www.fritz2.dev/examples/.
🙌 1
s
Thanks for your response Robert