Skip to content

A simple repo that has the smallest dependencies for webapp/ static webpage

Notifications You must be signed in to change notification settings

kintohub/test-webapp-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test-webapp-simple

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)

Static Website

Build

npm install && npm run build

Build Args

  • USERNAME: default nobody

Then serve the content at public

Web app

Install

npm install

Run

npm run start

Env Variables

SERVER_PORT: default 3000 GREETING: default ALOHA!

About

A simple repo that has the smallest dependencies for webapp/ static webpage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages