Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 342 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 342 Bytes

#Como rodar o projeto

Instale o git e o node.js Execute os comandos abaixo:

git clone https://github.com/supremotribunalfederal/portalstf-static-frontend
cd portal-static-frontend
npm install
npm start

Após, acessar a URL http://localhost:3000

Para gerar o pacote de distribuição, rodar o comando:

npm run build