Calculator-with-typescript

A simple little typescript console app.

Clone

$ git clone https://github.com/Metecode/calculator-with-typescript.git
$ cd calculator-with-typescript

Installation

$ npm install -g typescript

$ npm install readline-sync

$ npm install --save @types/readline-sync

Running the app

$ tsc index.ts

$ node index.js