https://github.com/lehcode/angular-rock-scissors-paper
3 Rock-Scissor-Paper type games | Angular
https://github.com/lehcode/angular-rock-scissors-paper
Last synced: about 1 year ago
JSON representation
3 Rock-Scissor-Paper type games | Angular
- Host: GitHub
- URL: https://github.com/lehcode/angular-rock-scissors-paper
- Owner: lehcode
- License: agpl-3.0
- Created: 2024-03-08T16:07:01.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-10T07:28:32.000Z (about 2 years ago)
- Last Synced: 2025-01-07T17:25:42.511Z (about 1 year ago)
- Language: TypeScript
- Size: 234 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rock-Paper-Scissors Angular Application
## Architecture
1. Docker Compose
- Service
- Volume mounts
- Networking & port forwarding
- Environment variables
- User/group mapping
2. Yarn package manager
3. Angular application
## Usage
1. Docker: `docker compose up` will start container with application available at http://localhost:4200/
2. Local:
```bash
$ yarn global add nx @nx/angular @nx/workspace
$ nx run game:serve
```