A library intended for learning and Practicing Design Patterns using TypeScript.
# Installing the needed dependencies
$ npm install
# OPTIONAL: Run Compilation for Error Checking
$ npm run build
# OPTIONAL: Run Compilation on Watch Mode
$ npm run build:watch
# Running the tests
$ npm test
# Running the tests in watch mode
$ npm run test:watch