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

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


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

Last synced: 2 months ago
JSON representation

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.