/udacity-cat-clicker

Cat clicker – udacity "JavaScript Design Patterns" course project.

Primary LanguageTypeScript

Cat clicker

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.

Installation

npm install

Building

webpack

It will build project and put all files to dist/ directory

Development mode

webpack-dev-server --progress --content-base dist/