Wnt / ToshibaEstiaLogger

Logging tool for Toshiba Estia sensor values

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Base for Vaadin and Spring Boot

This project can be used as a starting point to create your own Vaadin application with Spring Boot. It contains all the necessary configuration and some placeholder files to get you started.

The best way to create your own project based on this starter is start.vaadin.com - you can get only the necessary parts and choose the package naming you want to use.

Running the Application

Import the project to the IDE of your choosing as a Maven project.

Run the application using mvn spring-boot:run or by running the Application class directly from your IDE.

Open http://localhost:8080/ in your browser.

If you want to run the application locally in the production mode, run mvn spring-boot:run -Pproduction.

To run Integration Tests, execute mvn verify -Pintegration-tests.

Structure

Vaadin web applications are full-stack and include both client-side and server-side code in the same project.

Directory Description
frontend/ Client-side source directory
    index.html HTML template
    index.ts Frontend entrypoint
    main-layout.ts Main layout Web Component (optional)
    views/ UI views Web Components (TypeScript / HTML)
    styles/ Styles directory (CSS)
src/main/java/<groupId>/ Server-side source directory
    Application.java Server entrypoint
    AppShell.java application-shell configuration

More Information

About

Logging tool for Toshiba Estia sensor values

License:The Unlicense


Languages

Language:Java 75.3%Language:JavaScript 10.8%Language:HTML 6.7%Language:TypeScript 5.1%Language:CSS 2.1%