kotlin-hands-on / jvm-js-fullstack

https://play.kotlinlang.org/hands-on/Full%20Stack%20Web%20App%20with%20Kotlin%20Multiplatform/
122 stars 149 forks source link

Not able to find shoppinglist.js #32

Open Gauravprakash opened 1 year ago

Gauravprakash commented 1 year ago

I'm going through index.html file , could you please share where we can find shoppinglist.js in this which is written in index.html file

How its fetching list if file not present at client side , please mention in detail how exactly it works

IvaninDaniil commented 1 year ago

Hello. I don't know how it's work, but: In Server.kt change:

staticResources("/", "static" to

static("/"){
                resources("")
            }