Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 391 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 391 Bytes

Calculator App made with React and Typescript

Created with create-react-app. See the full create-react-app guide.

Clone the repo

git clone [email protected]:pooyaX14/react-calculator.git

To install npm packages and start the server:

npm install && npm start