I want to clone this project:
https://github.com/Guemache/StatisticsSquad/tree/master/ProjetWeb
I tried to do this with eclipse, but without success.
How to clone the repository?
I want to clone this project:
https://github.com/Guemache/StatisticsSquad/tree/master/ProjetWeb
I tried to do this with eclipse, but without success.
How to clone the repository?
Download the repository to your computer with Git (if you do not have install it)
git clone https://github.com/Guemache/StatisticsSquad.git
In your Eclipse, install the Scala IDE plugin. This project is a "Play Framework"-project so read this article to configure your IDE and "eclipsify" your project in order to be able to open it with Eclipse.