mvn jetty:run
Wait for the application to start
Open http://localhost:8080/ to view the application.
mvn jetty:run-exploded -Dvaadin.productionMode
The default mode when the application is built or started is 'development'. The 'production' mode is turned on by setting the vaadin.productionMode
system property when building or starting the app.
Note that if you switch between running in production mode and development mode, you need to do
mvn clean
before running in the other mode.