Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 836 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 836 Bytes

Getting Started / Primeiros Passos

First, you have to install all dependencies of the project with:

Primero, você tem que instalar todas as dependências do projeto rodando:

npm install

or

yarn install

Environment Configuration / Configuração de Ambiente

Don't forget to copy the .env.development file and create a .env file replacing the variables :)

Não se esqueça de copiar o arquivo .env.example e criar um arquivo .env substituindo as variáveis necessárias :)

Now, in the project directory, you can run:

Agora, no diretório do projeto, você pode rodar:

yarn dev

Runs the app in the development mode.
Use http://localhost:5000 to make requests.

Roda o app no modo de desenvolvimento.
Use http://localhost:3000 para fazer requisições.