./gradlew bootRun
in the root folder of the app
./gradlew build
in the root folder of the app
using ./gradlew can cause errors on Windows, so you may have to use just gradlew (so no './' before the command)
You can build and run the project from the IDE itself, for reference check the documentation of IntelliJ IDEA