- Fork the repository and clone your forked version locally.
- Go to the directory of the project:
cd webui-workshop/2-3-4-Exercises
- Install the project dependencies via:
npm ci
. More dependencies will be installed during the exercises - Copy the configuration file:
cp config-default.js config.js
- Run:
node index.js
Now you should have a running HTTP server hosted on localhost:8080
.