Skip to content

ShadmanShafi/dpatterna

 
 

Repository files navigation

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

About

Design Patterns with TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 70.2%
  • Svelte 17.1%
  • JavaScript 10.7%
  • HTML 1.6%
  • CSS 0.4%