https://github.com/web-padawan/dx-tests-app
https://github.com/web-padawan/dx-tests-app
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/web-padawan/dx-tests-app
- Owner: web-padawan
- License: unlicense
- Created: 2022-04-13T10:03:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2026-02-17T09:29:27.000Z (4 months ago)
- Last Synced: 2026-02-17T12:52:14.699Z (4 months ago)
- Language: TypeScript
- Size: 2.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.