This is a simple TODO app intended to showcase some of the features of GO-Bumbu

install npm dependencies
cd webui
npm i
compile and run, this will compile the SPA, copy it into app/spa/files and then run the Go project with he embedded spa
make run-ui