John Conway's Game of Life written in TypeScript. See the live example here
To run a development server deploying the project:
$ npm install
$ npm run serveTo build the project into the ./dist direcetory:
$ npm install
$ npm run buildPush the changes to Git, then deploy to the GitHub pages branch with:
$ git subtree push --prefix dist origin gh-pages