A simple repo that has the smallest dependencies for webapp/ static webpage
By default accessing to the webpage you should be able to see
Hello! Anonymous!
Greeting!
You can change Anonymous by setting the build args (only at static page)
and Greeting by setting the env vars (only at webapp)
Build
npm install && npm run buildUSERNAME: defaultnobody
Then serve the content at public
Install
npm installRun
npm run startSERVER_PORT: default 3000
GREETING: default ALOHA!