Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 528 Bytes

README.md

File metadata and controls

23 lines (11 loc) · 528 Bytes

Michess

This project was generated using Nx.

Getting started

Run yarn

Run yarn nx serve webchess

Running unit tests

Run yarn nx test <lib_name/app_name> to execute the unit tests via Jest.

Run nx affected:test to execute the unit tests affected by a change.

Further help

Visit the Nx Documentation to learn more.