Skip to content

ja25-wdr/crm-demo

Repository files navigation

Hilla Basics Tutorial: Hilla CRM

Hilla is a full-stack web framework for Java. It can help you build better business applications faster by combining a Spring Boot backend with a React frontend. Plus, it has more than forty UI components that you can utilize for a more professional application.

This example project shows a full-stack CRM application built using Hilla. You can find the step-by-step instructions for re-creating this app in the Hilla documentation.

Running the application

The project is a standard Maven project. To run it from the command line, type ./mvnw spring-boot:run then open http://localhost:8081 in your browser.

Deploying to Production

To create a production build, call mvn clean package -Pproduction. This will build a JAR file with all the dependencies and front-end resources, ready to be deployed. The file can be found in the target folder after the build completes.

Once the JAR file is built, you can run it using java -jar target/hilla-crm-1.0-SNAPSHOT.jar.

Useful links

About

hilla crm vaadin spring boot java h2

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published