This example illustrates using
pkgon a simple Express based app
- Run
npm install - Run
pkg .
That's it!
- Upon success,
pkgwill create an executable named "express-example". This file can be found at the root of the example project directory. - To see the app in action, run the executable then navigate to http://localhost:8080/ in your browser.