Cat cliker is one of the Udacity Javascript Design Patterns course project. It does absolutely nothing useful, unless allows you to choose a cat and do some clicks on it. Well ok, it will count the number of clicks for you, that's all.
Also it's my attempt to play with TypeScript and Webpack technologies.
npm install
webpack
It will build project and put all files to dist/
directory
webpack-dev-server --progress --content-base dist/