Backend: Executable Spring Boot jar file
Frontend: Static JS & HTML & CSS files
Here are examples of deployment commands:
Client application files are compiled as static files to be served by a Nginx web server.
Here's a common deployment scenario:
Step 1 - Locate static files on server:
/var/www/hub-client
Step 2 - Set the location under Nginx configuration:
Step 3 - Restart the server