From a6bc64b7d16ecf3a1e22fd362517a621f1f4c76a Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Tue, 27 Jul 2021 10:01:32 +0700 Subject: [PATCH] Task: Updated readme for project structure --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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