Please follow below steps to install and setup all prerequisites:
To run this application, you will need to install Java 24. If you do not have Java installed, you can download it from the official website.
Ensure you have Maven 3.6+ installed on your system. Maven is required for managing dependencies and building the project. If you already have it installed, you can skip this step.
To run application, follow the below-mentioned steps:
| Command | Description |
|---|---|
mvn clean install |
Cleans the project, compiles, packages, and installs the artifact into the local Maven repository. |
mvn spring-boot:run |
Runs the Spring Boot app directly from the source code without building a JAR/WAR. |
Please follow below steps to install and setup all prerequisites:
In order to use build tools you will need to download and install Node.js. If you do not have Node.js installed already, you can get it by downloading the package installer from the official website. Please download the stable version of Node.js (LTS).
Download Node.js
Make sure to have the
Gulp
installed & running in your computer. If you already
have installed gulp on your computer, you can skip this
step. In order to install, just run command
npm install -g gulp@4.0.1 from your terminal.
To compile assets, follow the below-mentioned steps:
If you don't have yarn installed on your PC,
use the command npm i -g yarn or
sudo npm i -g yarn
| Command | Description |
|---|---|
yarn or npm i |
This would install all required dependencies in
node_modules folder.
|
gulp |
This would compile the resources in static folder. |
gulp build |
This would bundle the resources for production. |
gulp rtl |
This would compile plugin, scss and generates rtl css in static folder. |
gulp rtlBuild |
It compiles the source assets including scss and bundles into production ready use RTL |