Skip to content

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.

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).
  1. Clone the repository:

    Terminal window
    git clone https://github.com/dallay/starter-gradle.git
    cd starter-gradle
  2. Run the setup command:

    Terminal window
    make setup
Terminal window
make build
Terminal window
make run
Terminal window
make test