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 build
USERNAME
: defaultnobody
Then serve the content at public
Install
npm install
Run
npm run start
SERVER_PORT
: default 3000
GREETING
: default ALOHA!