- Ensure
nvm
package is installed. - Download nvm-setup.zip and install. (need to uninstall any existing node version) https://github.com/coreybutler/nvm-windows/releases/tag/1.1.9
- Open cmd (run as admin). type 'nvm version' to verify installation.
- On cmd type and execute "nvm install 9.11.2" then "nvm install 14.15.0"
- Open 1st terminal in root directory and run "npm start" (run as admin). this will start the server. Port: 8010
- Open 2nd terminal in "client" folder and run "npm start" (run as admin). this will start the frontend Angular project. Port: 4200