This is an Nx monorepo for the collection of Angular-based Web Apps to support various Board and Card Games that I enjoy.
You want to play the Farming Game via video chat? This app will let you do that.
Designed for the new SolForge Fusion card game to track the health of you and an opponents seated across from each other. (Can also be used for games like Magic: The Gathering)
Run nx serve <project-name>
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run nx build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run nx test
to execute the unit tests via Jest.
Run nx e2e
to execute the end-to-end tests via Cypress.
To get more help on the CLI use nx help
or go check out the Angular CLI Overview and Command Reference page.