A template repo for express server apps. Check the different branches for different templates.
git clone git@github.com:CHANGE_ME/YOUR_PROJECT.git
pushd YOUR_PROJECT
npm ci
Pre-reqs
# Get webi (and follow instructions)
curl https://webinstall.dev | bash
webi node@lts
webi watchexec