Skip to content

Using mean stack relational with NW.JS

holodny edited this page Jul 10, 2015 · 1 revision

Create a package.json file in the main directory and put this in it:

"node-main": "./app.js",
"main": "http://localhost:3000"

Drop your nw.js binaries and other files into the main directory as well and run nw.js from the command line (in that directory).

Clone this wiki locally