- Clone the repository to your local machine:
git clone https://github.com/MisterAzix/hetic-saline-royale-academy
- Navigate to the project directory:
cd hetic-saline-royale-academy
- Install the dependencies:
npm install
Using NX Console
- Download and install the NX Console extension for your IDE.
- Open your IDE and right-click on nx.json in the project directory.
- Select "Show NxTasks" from the context menu.
- In the Nx Tasks window, click on "Tasks" and then select "serve" and choose your desired app ([your-app]).
- This will start the project, and you can access it by following the respective URLs mentioned below.
- Open a terminal and navigate to the project directory.
- Run the following command to start the development server:
nx serve [your-app]
- This will start the project, and you can access it by following the respective URLs mentioned below.
App | URL |
---|---|
api | http://localhost:4200/ |
front-client | http://localhost:8080/ |
front-admin | http://localhost:8081/ |
App | URL |
---|---|
api | http://api.groupe9.hetic-projects.arcplex.tech/ |
front-client | http://groupe9.hetic-projects.arcplex.tech/ |
front-admin | http://admin.groupe9.hetic-projects.arcplex.tech/ |
- Maxence BREUILLES (@MisterAzix)
- Benoît FAVRIE (@benoitfvr)
- Louis FORTRIE (@louisFortrie)
- Justin KATASI (@justinDev91)
- Julian LABALLE (@Triips-TheCoder)
This project is under the MIT license. See the LICENSE file for more info.