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 project_dictionary/Dictionary.js" }, 3. Open the terminal in VSCode, go to the node folder and run following commands a. $ npm install b. $ npm start 4. Start mysql server and use attached .sql file database. 5. Open the browser and copy paste the link http://localhost:3000/index.html;