An open API service indexing awesome lists of open source software.

https://github.com/metecode/calculator-with-typescript


https://github.com/metecode/calculator-with-typescript

javascript typescript

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Calculator-with-typescript

A simple little typescript console app.

### Clone
```bash
$ git clone https://github.com/Metecode/calculator-with-typescript.git
$ cd calculator-with-typescript
```

### Installation

```bash
$ npm install -g typescript

$ npm install readline-sync

$ npm install --save @types/readline-sync
```
### Running the app

```bash
$ tsc index.ts

$ node index.js
```