This project was bootstrapped with Create React App.
- Make sure that NodeJS is installed in your machine.
- Run the following command in the terminal or command line to install the required dependencies to run the app.
npm install
or
yarn install
- After installing the dependencies, run the following command in terminal or command line to start the app on local server
npm start
or
yarn start
Finally, open your browser and enter this url to view the app: http://localhost:3000/calculator-app