- Click the green "Code" button in Github when looking at this Repo
- Select the Codespaces tab
- Launch a new codespace
- In the IDE Terminal window
cd server
and runnpm start
- Open another terminal window in the IDE
- In the new Terminal
cd ui
and runnpm start
Have a poke around.