Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Latest commit

 

History

History
executable file
·
37 lines (22 loc) · 899 Bytes

File metadata and controls

executable file
·
37 lines (22 loc) · 899 Bytes

zebraTravelWebUI

Feramentas

Scripts de inicializacao

inicar o app para desenvolvimento

  • npm run dev

conpilar o codigo ( gerar o estatic site )

  • npm run build

iniciar o app em producao

  • npm run start

Inicializar o app com o PM2

Desenvolvimento

  • pm2 start npm --name "zebraTravel" -- run dev (so para testes)

Producao

  • npm run build
  • pm2 start npm --name "zebraTravel" -- start