https://github.com/datenhahn/cosilino-dashboard
A dashboard which visualizes the data from the cosilino-collector
https://github.com/datenhahn/cosilino-dashboard
Last synced: 6 days ago
JSON representation
A dashboard which visualizes the data from the cosilino-collector
- Host: GitHub
- URL: https://github.com/datenhahn/cosilino-dashboard
- Owner: datenhahn
- License: mit
- Created: 2018-10-03T18:31:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-03T18:31:46.000Z (over 7 years ago)
- Last Synced: 2025-02-23T22:28:19.158Z (over 1 year ago)
- Language: Kotlin
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Project Base for Vaadin Flow and Spring Boot
This project can be used as a starting point to create your own Vaadin Flow application with Spring Boot.
It contains all the necessary configuration and some placeholder files to get you started.
The best way to use it by via [vaadin.com/start](https://vaadin.com/start) - you can get only the necessary parts and choose the package naming you want to use.
Import the project to the IDE of your choosing as a Maven project.
Run application using `mvn spring-boot:run` or directly running Application class from your IDE.
Open http://localhost:8080/ in browser
For documentation on using Vaadin Flow and Spring, visit [vaadin.com/docs](https://vaadin.com/docs/v10/flow/spring/tutorial-spring-basic.html)
For more information on Vaadin Flow, visit https://vaadin.com/flow.
Branching information:
* `master` the latest version of the starter, using the latest platform snapshot
* `V10` the version for Vaadin 10
* `V11` the version for Vaadin 11