-
Notifications
You must be signed in to change notification settings - Fork 0
Frontend
Douglas Fernandes edited this page Dec 10, 2024
·
3 revisions

Basta rodar a aplicação com Docker: ref e visitar a página:
http://localhost:8989/
Caso esteja rodando localmente o serviço frontend estará rodando no endereço:
http://localhost:8000/
Ter o node instalado na versão 20+
Rodar os comandos:
npm i
npm run build
npm run dev
