Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Latest commit

 

History

History
37 lines (20 loc) · 1.21 KB

INTELLIJIDEA-VSCode.md

File metadata and controls

37 lines (20 loc) · 1.21 KB

3. How to start developing using IntelliJ IDEA Community Edition and VSCode

  • Make a local working copy of the project (git clone https://github.com/lealceldeiro/gms.git).

3.1. API Server module

  • Open (import) the folder server in the working copy of the project.

Image: Open server folder

Image: Select server folder

  • The IDE will start downloading the Gradle wrapper.

Image: Configure gradle options

  • This will create an IntelliJ IDEA project with one module (server).

Image: Server module ready

3.2. Client module

  • Go to File > Open Folder.

Image: Open folder

  • Select the folder containing the client resources.

Image: Select the folder containing the client resources

  • At this point the whole project should be imported and shown similar to this:

Image: Project Structure