Dependencies:
- node v13
- npm
- express.js
- puppetter
- clone repo and extract
- cd into server folder and open terminal
- install express -> $ npm install express --save
- cd into server folder and type: node index.js
- the server is listening http://localhost:3001
- to view the fetched data goto client folder and open index.html in a browser