- Install nodeJS on your computer
- Delete the node_modules folder and the package-lock.json file
- Type npm install on the terminal
- In the terminal, in the same directory of app.js, type node app.js
- To open the website go to localhost:3000 (if the url of the callback to the url isn't the one associated to localhost:3000 just change it)