An experimental project made with javafx.
- Java
- JavaFX
- JFoenix
- Microsoft Sql Server (Developer Edition)
- Gradle
- Make sure to have an internet connection.
- Install JDK 11 or greater.
- Extract project into any folder.
- Open command line and navigate to the folder where you have extracted the project files.
- Type command
gradlew run
and press Enter.
- Type command
./gradlew run
and press Enter.
Gradle shall then download dependencies, build and run the project. If you are interested in learning more about the Gradle build tool you can check the Gradle github repository.