- Angular
- Node
- npm
sudo apt install npm
sudo npm install -g @angular/cli
cd web-app
sudo npm install
cd ..
cd server
sudo npm install
cd ..
cd test-acceptance
sudo npm install
Iniciar o servidor
cd server
npm start
Iniciando o frontend
cd web-app
ng serve
cd test-acceptance
npm run webdriver-update
npm run webdriver-start
(em outro terminal)
cd test-acceptance
npm test