/dpatterna

Design Patterns with TypeScript

Primary LanguageTypeScript

dpatterna

The classical introductory exercises for different design patterns

Setup

Go through the setup instructions for TypeScript to install the necessary dependencies based on OS:

https://exercism.io/tracks/typescript/installation

OR

Install dependencies

yarn install

Running the test suite

Execute the tests with:

yarn test

Once you get a test passing, you can enable the next one by changing xit to it.

Running web app

yarn # install dependencies

yarn start # invoke development with webpack-dev-server