Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 6 days ago
JSON representation

3 Rock-Scissor-Paper type games | Angular

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
```