4e5bd439bd4a2a1aacd4e982ba9cf057e221f355
My Application README
- 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 package
To build a Docker image, run:
docker build -t my-application:latest .
If you use commercial components, pass the license key as a build secret:
docker build --secret id=proKey,src=$HOME/.vaadin/proKey .
Getting Started
The Quick Start tutorial helps you get started with Vaadin in around 10 minutes. This tutorial walks you through building a simple application, introducing the core concepts along the way.
Description
Languages
Java
99.5%
HTML
0.4%