hamburgueria-client

Feito com muito carinho.

Como rodar

Ambiente de Desenvolvimento

npm install
npm run watch

Docker

docker build -t "TAG:VERSION" .
docker run --net=host TAG:VERSION

Testes

npm run test