A hello-world full-stack application for Kotlin multiplatform.
server:run
will run a ktor web-server on http://localhost:8080client:browserRun -t
will start a webpack dev server on http://localhost:3000 with live reload
These configurations are saved in ./idea/runConfigurations
and are available in IntelliJ Idea configurations section.