Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 362 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 362 Bytes

tpp_app

Aplicação web do projeto TPP (Transportes Públicos de Portugal).

Instalação local

  • Confirmar que o node.js está instalado.
  • Executar os comandos:
    • git clone https://github.com/tpportugal/tpp_app.git
    • cd tpp_app/web/ && npm install
    • npm run dev
  • Abrir a página http://localhost:8080 no browser.