Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 528 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 528 Bytes

react-calculator

This is a simple standard calculator that I built using React with TypeScript.

Live Demo

https://smparsons.github.io/react-calculator

How to Run

You will need to have node and npm setup first before you can run this project locally.

Installing and Running

First run the following command to install all dependencies:

$ npm install

You can then run the following command to run the project locally:

$ npm run start