aerialist7 / kotlin-mui-showcase

Demo Stand of Kotlin/JS Material-UI
https://aerialist7.github.io/kotlin-mui-showcase/
Apache License 2.0
89 stars 13 forks source link

browserDevelopmentRun broken #17

Closed mikedawson closed 1 year ago

mikedawson commented 1 year ago

Expected result:

If you run the browserDevelopmentRun task, then it the browser should open on port 8080 and the showcase should load

./gradlew browserDevelopmentRun

Observed result:

Blank screen. No error messages on console. Tested on Firefox and Chrome. Using the build/distribution output works fine.

Screenshot from 2023-03-26 15-34-10

aerialist7 commented 1 year ago

Hi @mikedawson,

  1. Update to the latest commit
  2. Cleanup builds - ./gradlew clean
  3. Stop daemons - ./gradlew --stop
  4. Start dev - ./gradlew run

It should help. Please notify me about the result.

aerialist7 commented 1 year ago

@mikedawson, I close it as resolved