Practice application for the "SDET with Playwright" class at https://www.bondaracademy.com
- Make sure you installed LTS version of Node.js, at least v.20
- In the terminal, execute
npm install --force
to install project dependencies. Wait for installation to complete. Seeing WARN messages is normal and expected. - Execute
npm start
in the terminal. Wait for build to complete. You will see the message "Compiled successfully". - Open browser, and navigate to
http://localhost:4200/
. Note: you need to keep terminal running for application to run - When you done and want to stop application, go back to terminal and hit Ctrl+C