1

Simply put, how do I compile/create and "exe" file that when you click on it, it will open console for you and type in the node "something"

There is a question about this regarding batch, but I really don't want to do anything batch because then you have to deal with filepaths, installing node... etc. Thank you for your help.

Chris K
  • 41
  • 2
  • 6

2 Answers2

2

nexe says it will create a single executable out of your node.js apps.

https://github.com/nexe/nexe

0

You can boundle electron application

Write in html, css, js and distribute to any platform

http://electron.atom.io/docs/tutorial/application-distribution/

Abdullah Alsigar
  • 1,236
  • 1
  • 12
  • 16