This is a Rock Paper Scissors game built with angular version 13.
Run docker-compose up
and and navigate to http://localhost:4200/
Also don't forget to visit this page http://localhost:4200/not-found
Run npm install
to install all the necessary dependencies.
Run npm start
for a dev server and navigate to http://localhost:4200/
.
Run npm run test
to execute the unit tests via Karma.