# Sobre o projeto

### Como começar a usar?

O projeto está no Github e você consegue acessá-lo através deste link: [**https://github.com/omariosouto/react-charger-razzle**](https://github.com/omariosouto/react-charger-razzle)\
Para começar a usar basta você fazer o download do projeto, rodar um **npm install** e em seguida um **npm run start:dev** para começar a fazer seus projetos :)

### E o que eu posso fazer com o React Charger?

O React Charger atualmente oferece uma estrutura inicial para trabalhar com Server Side Render dando suporte para projetos com React Puro e utilizando Redux. Aqui neste site serão catalogadas dúvidas comuns que podem acontecer para guiar seus projetos. [Quaisquer dúvidas não deixe de abrir uma issue no Github](https://github.com/omariosouto/react-charger-razzle/issues)&#x20;

### O que esse boilerplate suporta nativamente?

* Componentes Assícronos
* Redux
* Server Side Render


---

# Agent Instructions: 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://react-charger.gitbook.io/project/master.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.
