This repository contains a couple of bare-bones demo projects that have been deployed to npm using jDeploy.
- Source code
- package.json
- Installation:
$ npm install jdeploy-hello-cli -g
- Usage:
$ jdeploy-hello-cli
- Source code
- package.json
- Installation:
$ npm install jdeploy-hello-web -g
- Usage:
$ jdeploy-hello-web
(to start it on free port) or$ jdeploy-hello-web -Dport=8080
to start on port 8080. You can start on any port you like with this flag.