... | @@ -98,5 +98,39 @@ Before installing and running this project, ensure you have the following prereq |
... | @@ -98,5 +98,39 @@ Before installing and running this project, ensure you have the following prereq |
|
|
|
|
|
## Configurando o Frontend
|
|
## Configurando o Frontend
|
|
|
|
|
|
Realizar o clone do repositório em ############# com o comando `git clone`.
|
|
## Prerequisites
|
|
|
|
|
|
|
|
Before installing and running this project, ensure you have the following prerequisites:
|
|
|
|
|
|
|
|
Angular: Ensure you have Angular installed on your system. This project requires Angular version 17. You can install Angular CLI version 17 by running the following command:
|
|
|
|
|
|
|
|
```shell
|
|
|
|
npm install -g @angular/cli@17
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
1. Clone the repository:
|
|
|
|
|
|
|
|
```shell
|
|
|
|
git clone https://tools.ages.pucrs.br/ensportive/ensportive-frontend
|
|
|
|
```
|
|
|
|
1. Navigate to the project directory:
|
|
|
|
|
|
|
|
```shell
|
|
|
|
cd ensportive-frontend
|
|
|
|
```
|
|
|
|
1. install the dependencies:
|
|
|
|
|
|
|
|
```shell
|
|
|
|
npm install
|
|
|
|
```
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
1. Run the Angular application:
|
|
|
|
|
|
|
|
```shell
|
|
|
|
ng serve
|
|
|
|
```
|
|
|
|
|
|
|
|
1. The application will be visible on the port that the terminal will show |