Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 388 Bytes

SETUP_WEBUI_TEMPLATE.md

File metadata and controls

7 lines (6 loc) · 388 Bytes
  1. Fork the repository and clone your forked version locally.
  2. Go to the directory of the project: cd webui-workshop
  3. Install the project dependencies via: npm ci. More dependencies will be installed during the exercises
  4. Copy the configuration file: cp config-default.js config.js
  5. Run: node index.js

Now you should have a running HTTP server hosted on localhost:8080.