An angular2 powered typescript calculator without using eval()
Demo: http://calc.stijnwinand.com/
- Install Node 6.2.0
- Install NPM 3.x
- Open up the command prompt (cmd) as administrator (you never know)
- Execute the following commands:
- cd into the directory where the clone of this repo is located
- npm install -g typings
- npm install
- typings install
- npm start