webapp-hello
v1.0.1
Published
Hello World Webapp for server-hello
Readme
Hello world webapp for service-app
A simple web app which displays the classic "Hello, world!" message.
Install
To install the webapp from scratch to run with express-modular-server:
npm install express-modular-server
npm install service-app
npm install webapp-app
npm install webapp-helloTo install the webapp into an existing environment:
npm install webapp-helloUsage
After installing the webapp from scratch and have nothing else listening on port 8080, start the server:
node node_modules/express-modular-server/index.jsThen point your web browser to http://127.0.0.1/app/hello
Copyright
Written by Michael Schmidt.
License
GPL 3.0
