Create .exe from a node.js app using express 4+
Mar 1, 2021
//pip install pkg –save
Go to package.json and add these
“bin”:”bin/www”,
“pkg”:{
“assets”:[“public/**/*”,”views/**/*”],
“targets”:[“node10-win-x64”]
}
goto folder containing package.json
run: pkg package.json
Done…