This repo is built and tested with Yarn. Please follow their install instructions to get Yarn installed on your system.
Then, run these commands:
git clone git@github.com:sumanbh/typescript-react-ui-starter.git cd typescript-react-ui-starter yarn install yarn buildyarn build # builds all packages yarn test # runs tests in all packages yarn coverage # runs tests and outputs code coverage yarn format # formats and lints in all packages yarn release # release new versions of packages