Files: e1a1630f31c55420ca08a2a8e36296e3c202f1b1 / examples / express / readme.md
434 bytesRaw
Express-Example
This example illustrates using
pkg
on a simple Express based app
Instructions
- Run
npm install
Run
pkg .
That's it!
Post Success Notes
- Upon success,
pkg
will 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.
Built with git-ssb-web