https://github.com/web-padawan/mscb-dx-app
https://github.com/web-padawan/mscb-dx-app
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/web-padawan/mscb-dx-app
- Owner: web-padawan
- License: unlicense
- Created: 2023-10-26T10:23:28.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-31T08:28:07.000Z (over 2 years ago)
- Last Synced: 2025-01-01T16:47:23.092Z (over 1 year ago)
- Language: Java
- Size: 78.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# DX 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/guide/step-by-step/importing) (Eclipse, IntelliJ IDEA, NetBeans, and VS Code).
## DX Test Structure
The test session consists of the following tasks.
Please see comments in the code for descriptions.
### 1. MultiSelectComboBox new API
Use `ComboBoxView.java` for development.
### 2. Theming: new custom CSS properties
Use `StylingView.java` and `frontend/themes/my-app/styles.css` files.