Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rey5137/jsonbatch-playground
https://github.com/rey5137/jsonbatch-playground
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rey5137/jsonbatch-playground
- Owner: rey5137
- License: unlicense
- Created: 2020-06-24T09:38:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T19:27:19.000Z (about 2 years ago)
- Last Synced: 2024-11-12T04:14:38.407Z (2 months ago)
- Language: Java
- Size: 864 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Custom project from start.vaadin.com
This project was created from https://start.vaadin.com. It's a fully working Vaadin application that you continue developing locally.
It has all the necessary dependencies and files to help you get going.The project is a standard Maven project, so you can import it to your IDE of choice. You'll need to have Java 8+ and Node.js 10+ installed.
To run from the command line, use `mvn` and open [http://localhost:8080](http://localhost:8080) in your browser.
## Project structure
- `MainView.java` in `src/main/java` contains the navigation setup. It uses [App Layout](https://vaadin.com/components/vaadin-app-layout).
- `views` package in `src/main/java` contains the server-side Java views of your application.
- `views` folder in `frontend/src/` contains the client-side JavaScript views of your application.## What next?
[vaadin.com](https://vaadin.com) has lots of material to help you get you started:
- Follow the tutorials in [vaadin.com/tutorials](https://vaadin.com/tutorials). Especially [vaadin.com/tutorials/getting-started-with-flow](https://vaadin.com/tutorials/getting-started-with-flow) is good for getting a grasp of the basic Vaadin concepts.
- Read the documentation in [vaadin.com/docs](https://vaadin.com/docs).
- For a bigger Vaadin application example, check out the Full Stack App starter from [vaadin.com/start](https://vaadin.com/start).