You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.
Sim, antes você precisa ter o Node instalado e o npm (ele vem junto com o Node).
O npm install serve para baixar as dependências usadas no projeto, portanto você só ira usar da 1° vez que iniciar o projeto (ou no proximo update).
O npm start serve para iniciar o servidor.
Você também vai precisar de um servidor de banco de dados mysql (ou algum do tipo), rodando e configurar o .env com base no .env.template, e também rodar as migrations do prisma! Pelo menos eu precisei para funcionar direito aqui.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
ó precisa dar “npm install && npm start” ?
The text was updated successfully, but these errors were encountered: