- Clone this repository into your Eclipse workspace.
- From Eclipse, File > Import > Existing Maven Projects.
- Under src/main/java > hellofx, right click Launcher, and Run As > Java Application.
git clone https://github.com/joonspoon/javafx-base
cd javafx-base
mvn clean javafx:run
- In the top-right corner of this project, click "Fork".
- At the top of your new forked respository, click "Settings".
- Under "Repository name", rename the repo to your new project name, and click "Rename".
- Use one of the two methods above to work on your project.
- This video will show you how to push your code back up to GitHub.