Vaadin Bakery App Starter for Flow and Spring
Fully functional and tested full stack application built with Vaadin 14 and Spring. It includes the best practices for all layers when building a business grade web application with Vaadin. A comfortable and reassuring head start for any commercial project.
Get Started
Login to download starter
Instructions
- Extract the downloaded zip into your working directory
- Import the Maven project to your Favourite IDE
- We recommend using Eclipse or IntelliJ IDEA.
- Run the Maven goal
spring-boot:run
or run the project as Java application- If you have command line Maven installed you can run
mvn spring-boot:run
in terminal - You can debug or run the application as Java application in your IDE.
- When running Bakery locally, an embedded server is launched at the same time. In production the application can be deployed as a WAR.
- If you have command line Maven installed you can run
- Go to localhost:8080
- Read the documentation to learn more