- Node.js
- Node Package Manager (npm)
- Visual Studio Code or other IDE
- Download all files in this folder
- Open a console program, "cmd", "terminal" or something else
- Navigate to the root of this folder
- Type in "npm install" and press enter, node_modules will be installed now
- After installation of the node_modules, you can run the program now with "npm run start"
- After installation of the node_modules, you can start debugging in Visual Studio Code via Debug tab on the left site
- If you have problems with this, check if launch.json and tasks.json are there in .vscode folder of the project