This project has been created to show fundamentals of Vaadin at JUG meetings.
This demo contains descriptive code comments and follows this slides.
Please have in mind that this project contains a lot of simplifications and does not follow best coding patterns for sake of demo time limit.
- TODO Replace or update this README with instructions relevant to your application
To start the application in development mode, import it into your IDE and run the Application
class.
You can also start the application from the command line by running:
./mvnw
To build the application in production mode, run:
./mvnw -Pproduction package
The Getting Started guide will quickly familiarize you with your new Hello Vaadin implementation. You'll learn how to set up your development environment, understand the project structure, and find resources to help you add muscles to your skeleton — transforming it into a fully-featured application.