lc
06/15/2024, 5:03 AMkobweb create examples/clock
then run
kobweb run
...
> Task :site:jsBrowserDevelopmentWebpack
> Task :site:kobwebStart
Starting server by running:
/Users/leonid/.sdkman/candidates/java/17.0.7-amzn/bin/java -Dkobweb.server.environment=DEV -Dkobweb.site.layout=KOBWEB -Dio.ktor.development=true -jar /Users/leonid/IdeaProjects/clo
ck/site/.kobweb/server/server.jar
A Kobweb server is now running at <http://localhost:8080> (PID = 3378)
`Run gradlew kobwebStop
when you're ready to shut it down.`
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to <https://docs.gradle.org/8.8/userguide/command_line_interface.html#sec:command_line_warnings> in the Gradle documentation.
BUILD SUCCESSFUL in 1m 40s
26 actionable tasks: 26 executed
Waiting for changes to input files...
Kobweb server (development) is running at <http://localhost:8080> (PID = 3378)
Press Q anytime to stop the server.
lc
06/15/2024, 5:04 AMlc
06/15/2024, 5:05 AM~$ curl -X 'GET' <http://localhost:8080>
curl: (52) Empty reply from serverlc
06/15/2024, 8:19 AMlc
06/16/2024, 6:59 AMlc
06/16/2024, 7:00 AMDavid Herman
06/16/2024, 8:25 PMDavid Herman
06/16/2024, 8:25 PM