Shahidkhan0786 / Calculator-PIAIC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeScript Node.js Calculator Project

Welcome to the TypeScript Node.js Calculator project! This repository contains a PIAIC project written in TypeScript. Follow the instructions below to clone and run the project locally.

Prerequisites

Before you begin, make sure you have the following installed on your machine:

  • Node.js (https://nodejs.org/)
  • npm (Node Package Manager, usually comes with Node.js installation)

Clone the Repository

After clone go to project folder

```bash
npm install
```

TO build the project use tsc or

```bash
npm run build
```

About


Languages

Language:JavaScript 74.6%Language:TypeScript 25.4%