> For the complete documentation index, see [llms.txt](https://pesquisa-fraiburgo.gitbook.io/fepex-app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pesquisa-fraiburgo.gitbook.io/fepex-app/instalacao-do-projeto.md).

# Instalação do projeto

### 1º Passo - Instalação do NODE e NPM

Quase todas as ferramentas para projetos modernos de JavaScript são baseadas em [Node.js](https://ionicframework.com/docs/faq/glossary#node). Para que o possamos trabalhar no projeto ionic é necessário a instalação do **NodeJS e NPM.**  Após a instalação de ambas ferramentas, verifique   no terminal:

```
node --version
npm --version
```

### 2º Passo - Instalação do IONIC

```
npm install -g @ionic/cli
```

É recomendado que a configuração do ambiente seja feito de acordo com a documentação <https://ionicframework.com/docs/installation/cli>

### 3º Passo - De  um Clone do projeto

Com o git instalado e configurado. Dê um clone no projeto

```
git clone https://github.com/leoteixeiraa/fepex_app.git
```

### 4º Passo - Verifique a Conexão com o Banco

Acesse a pasta **/src/environments/** e abra o arquivo **environments.ts**&#x20;

Esse arquivo é responsável por fazer a conexão com o SGBD Firebase. Por isso verifique a autenticidade das chaves se estão corretas.&#x20;

### 5º Passo - Rode o projeto

Com o ambiente configurado e com todas as instalações necessárias realizadas.

Rode o projeto com o seguinte comando:

```
$ ionic serve
```

Provavelmente em um primeiro momento levará um certo tempo, pois o projeto fará downloads das dependências utilizadas.

Se o resultado final foi isso, o projeto está funcionando normalmente!&#x20;

![](/files/-M1OPEmy11C3Xlv1cD5r)

![No navegador](/files/-M1OPV0lMCSMocip2eB_)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://pesquisa-fraiburgo.gitbook.io/fepex-app/instalacao-do-projeto.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
