Simple Calculator Lab


Please follow below guidelines to run the code:-

Solution:- 1. Click on the below github link and download the complete source code. Github Link 2. Replace the below 'scripts' code in package.json file. "scripts": { "start": "set NODE_ENV=development && nodemon w3d5_simplecalcultor/scripts/calculatorWebServer.js" }, 3. Open the terminal in VSCode, go to the node folder and run following commands a. $ npm install b. $ npm start 4. Open the browser and copy paste the link http://localhost:3000/index.html;