Skip to content

Versão frontend do Prato aberto em terceirizadas.

License

Notifications You must be signed in to change notification settings

prefeiturasp/SME-SIGPAE-FrontEnd

Repository files navigation

node-version react-version

Projeto SIGPAE Frontend para a interface gráfica onde os usuários do sistema poderão interagir com a API TERCEIRIZADAS

Pré-requisitos

  • npm
  • nvm (utilizar versão do node 20.11.1)

Passos

  1. clonar o projeto
git clone https://github.com/prefeiturasp/SME-SIGPAE-Frontend
  1. criar arquivo .env na raiz do projeto com a variável de ambiente:
REACT_APP_API_URL=http://localhost:8000
  1. instalar bibliotecas
npm install
  1. rodar o projeto
npm start