Calculator-App/README.md
2023-03-04 16:19:07 +05:30

18 lines
347 B
Markdown

## Cloning and Running the Application in local
Clone the project into local
Install all the npm packages. Go into the project folder and type the following command to install all npm packages
```bash
npm install
```
In order to run the application Type the following command
```bash
npm start
```
The Application Runs on **localhost:3000**