Skip to content

Instalação

Arthur Simas edited this page Apr 2, 2023 · 4 revisions

Esse guia apresenta três situações diferentes de instalação da ferramenta: instalação no ambiente de desenvolvimento local, em um container Docker e na plataforma Vercel.

Ambiente de desenvolvimento local: instalar nvm, git e yarn no próprio terminal.

Container Docker:

Vercel: fazer uso do repositório e configurar as variáveis de ambiente.

Scripts

In the project directory, you can run:

npm run dev

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

npm run start

Serves the built folder.
Open http://localhost:3000 to view it in your browser.

The page won't reload when you make changes.
Requires to run npm run build before.

Clone this wiki locally