Do the following steps to get node and npm setup:
- Navigate to https://nodejs.org/en/download/ - includes NPM
- Verify Installation by going to CMD
- Type node –v and npm -v - check if you have it working
- If NPM doesn't work, then add the npm location in the Environment Variables in System Properties
- To use in VSC, press Ctrl+Shift+P and type Select Default Shell - Select Command Prompt
To start the presentation, follow these steps once you have node.js and npm installed on your computer:
- Go to presentation folder
- npm install
- npm start
- Type localhost:3000 in your browser