diff --git a/README.md b/README.md index 04aaf6c..7b3a7a4 100644 --- a/README.md +++ b/README.md @@ -33,12 +33,15 @@ Once the JAR file is built, you can run it using     index.htmlHTML template     index.tsFrontend entrypoint, contains the client-side routing setup using Vaadin Router     main-layout.tsMain layout Web Component, contains the navigation menu, uses App Layout +     server-layout.tsBlank layout Web Component for server-side Java/Kotlin views     views/UI views Web Components (TypeScript)     themes/Custom CSS styles - src/main/java/<groupId>/Server-side + src/main/java/com/cubetiqs/fusionServer-side source directory, contains the server-side Java views -     Application.javaServer entry-point + src/main/kotlin/com/cubetiqs/fusionServer-side +source directory, contains the server-side Kotlin views +     Application.ktServer entry-point ## Deploying using Docker