hi everyone :android-wave: . I’m curious how you a...
# javascript
g
hi everyone 👋 . I’m curious how you all start a new fullstack kotlin project with react. is there a starter template that is easy to kickoff? i’d like to make it easy to just start a new project with react and have a default application that can then be added to.
b
there's this one. but testing isn't set up for it. I tried it a while back: https://github.com/JetBrains/create-react-kotlin-app I'm really not sure how I would set up something full stack. I'd probably just have a docker compose with a front-end app and a back-end app. I don't think there is a next.js type full stack system yet. although perhaps there are examples in micronaut or ktor? Interested to know what others have to say as I'm a bit of a kotlin noob. there's also this to check out: https://play.kotlinlang.org/hands-on/Full%20Stack%20Web%20App%20with%20Kotlin%20Multiplatform/01_Introduction
g
thanks! i’ve seen these but was curious what the community was doing?
b
I'm curious too. At work we're only using it on the back-end