Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 363 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 363 Bytes

React Calculator

First, you should install the code:

git clone git@github.com:abd-rakhman/calculator.git

Second, you should navigate to the new created folder "calculator":

cd calculator

Third, you need to install dependencies by:

npm install

Finally, you can run the project on your machine with:

npm run dev