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

https://github.com/web-padawan/dx-tests-app


https://github.com/web-padawan/dx-tests-app

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# DX Tests App

## Running the application

The project is a standard Maven project. To run it from the command line,
type `mvnw` (Windows), or `./mvnw` (Mac & Linux), then open
http://localhost:8080 in your browser.

You can also import the project to your IDE of choice as you would with any
Maven project. Read more on [how to import Vaadin projects to different
IDEs](https://vaadin.com/docs/latest/getting-started/import) (Eclipse, IntelliJ IDEA, NetBeans, and VS Code).

## Tasks

- Check out `FlowView.java` for the tasks description.
- [Documentation](https://vaadin.com/docs/next/components/slider) is available.