1.0.1 • Published 6 years ago

webapp-hello v1.0.1

Weekly downloads
1
License
GPL-3.0
Repository
-
Last release
6 years ago

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-hello

To install the webapp into an existing environment:

npm install webapp-hello

Usage

After installing the webapp from scratch and have nothing else listening on port 8080, start the server:

    node node_modules/express-modular-server/index.js

Then point your web browser to http://127.0.0.1/app/hello

Copyright

Written by Michael Schmidt.

License

GPL 3.0

1.0.1

6 years ago