- Make a local working copy of the project (
git clone https://github.com/lealceldeiro/gms.git
).
- Go to File > Import.
- Select the wizard for "Existing Gradle Project"
- Select the server folder location (where you checked out the project from github)
- Specify the gradle and Java options. The recommended way is to leave it as it is by default for gradle: use the wrapper. Nevertheless you can customize all these parameters as desired.
- Check that all parameters are the correct ones for the import in the "Import Preview" step and click Finish.
- The server module should be imported at this point and shown similar to this:
- Go to File > Import.
- Select the wizard for "Angular Project"
- Select the client folder location (where you checked out the project from github)
- Check that all parameters are the correct ones for the import in the "Configure NPM and Angular CLI Commands" step and click Finish (this will search for the Angular CLI framework) installed through the angular-cli node package.
- The client module should be imported at this point and shown similar to this:
These tools are not really mandatory, but in order to get an increased productivity they are recommended.