Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcushellberg/hilla-address-book
A small full-stack demo app for Hilla
https://github.com/marcushellberg/hilla-address-book
Last synced: 6 days ago
JSON representation
A small full-stack demo app for Hilla
- Host: GitHub
- URL: https://github.com/marcushellberg/hilla-address-book
- Owner: marcushellberg
- License: unlicense
- Created: 2023-09-19T19:10:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-19T19:38:27.000Z (about 1 year ago)
- Last Synced: 2024-10-17T19:47:24.342Z (28 days ago)
- Language: Java
- Size: 313 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Small full-stack Spring Boot + React application with Hilla
## Prerequisites
- Java 17+## Running the application
You can start the app in development mode by running `Application.java` in your IDE, or with the default Maven goal:
```
mvn
```