Getting Started
Welcome to the Starter Gradle template! This guide will help you set up your development environment and get the project running in minutes.
Prerequisites
Section titled “Prerequisites”Before you begin, ensure you have the following installed:
- Java JDK 21 or higher.
- Git.
- A bash-compatible shell (Linux, macOS, or Git Bash on Windows).
Installation
Section titled “Installation”-
Clone the repository:
Terminal window git clone https://github.com/dallay/starter-gradle.gitcd starter-gradle -
Run the setup command:
Terminal window make setup
Quick Start
Section titled “Quick Start”Build the project
Section titled “Build the project”make buildRun the application
Section titled “Run the application”make runRun tests
Section titled “Run tests”make testNext Steps
Section titled “Next Steps”- Explore the Project Structure to understand how files are organized.
- Check the Features Checklist for available functionalities.
- Learn about standard Development Procedures.