Desafio técnico para vaga de desenvolvedor frontend, utilizando o ReactJS
Clone o projeto
ssh>
git clone git@github.com:vgabrielk/frontendchallenge-hvex.git
https>
git clone https://github.com/vgabrielk/frontendchallenge-hvex.git
Vá até o diretório do projeto
cd frontendchallenge-hvex
1 - Rode o seguinte comando dentro da pasta do projeto ( Apenas usar sudo se estiver no terminal linux )
sudo docker build -t frontend-hvex .
2 - Agora rode o seguinte comando :
sudo docker run -p 8080:8080 -d frontend-hvex
3 - Depois inicie o servidor com esse comando :
sudo docker start CONTAINER_ID
4 - Seu servidor irá rodar em uma dessas portas abaixo :
http://localhost:8080/ ou http://0.0.0.0:8080/
Ainda no diretório raiz, execute o seguinte comando :
sudo docker exec -it CONTAINER_ID bash
npm run test