An open API service indexing awesome lists of open source software.

https://github.com/vaadin/flow-crm-tutorial

Demo app for the Java Web App tutorial series
https://github.com/vaadin/flow-crm-tutorial

java java-web spring-boot tutorial vaadin

Last synced: 3 days ago
JSON representation

Demo app for the Java Web App tutorial series

Awesome Lists containing this project

README

          

# Spring Boot and Vaadin course source code

This repository contains the source code for the [Building Modern Web Applications With Spring Boot and Vaadin](https://vaadin.com/docs/latest/flow/tutorials/in-depth-course).

*Live demo:* https://crm.demo.vaadin.com

## Running the Application
There are two ways to run the application: using `mvn` or by running the `Application` class directly from your IDE.

## Branches

- The main branch contains the source code for the latest Vaadin release
- The `v14` branch contains the source code for Vaadin 14

## Text tutorial
You can find a text version of the tutorial in the [Vaadin Documentation](https://vaadin.com/docs/latest/flow/tutorials/in-depth-course).