You need to have Node and npm installed. NPM, the node package manager, is installed when you install node.
You also need to have task
installed:
Taskfile
npm install
Prerequisit: Install
task run
You can then reach the app on on http://localhost:4000
if port is not specified, it will open on port 3000.