See Flow about the platform
Instructions on how to set up a working environment to run demo projects follow below.
The project contains several sub modules (module per demo).
git clone https://github.com/vaadin/flow-demo.git
- make sure you have a TestBench license if you want to run the tests (get it otherwise on https://vaadin.com/pro/licenses)
mvn install
- Go to the demo application folder and run
mvn jetty:run
in a local jetty - Open in localhost:8080
- Run
mvn install
if you want to get WAR file to be able to deploy it to your Java application server
The unit tests for the projects can be run using
mvn test
IT tests require a TestBench license to run. Normally, you don't need to run IT tests yourself, the CI will do this for you: for each pull request, a new CI build is started automatically.
The source code is released under Apache 2.0.