The classical introductory exercises for different design patterns
Go through the setup instructions for TypeScript to install the necessary dependencies based on OS:
https://exercism.io/tracks/typescript/installation
yarn install
Execute the tests with:
yarn test
Once you get a test passing, you can enable the next one by changing xit
to it
.
yarn # install dependencies
yarn start # invoke development with webpack-dev-server