https://github.com/metecode/calculator-with-typescript
https://github.com/metecode/calculator-with-typescript
javascript typescript
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/metecode/calculator-with-typescript
- Owner: Metecode
- Created: 2022-06-28T14:32:43.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-28T17:06:03.000Z (almost 4 years ago)
- Last Synced: 2025-01-08T11:47:59.746Z (over 1 year ago)
- Topics: javascript, typescript
- Language: TypeScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```