I know this may sound really stupid, but I'm a web developer. I save a file to the server, and never compile the code to work, I just reload my browser and my new scripts are running. However, I want to get more into javascript on server-side such as node and webkit.
https://github.com/rogerwang/node-webkit
The goal is to edit my code, save it, and test out the results.
Where do I learn this or start? People all over the internet point to composer stuff, and I understand JSON, but I only understand how code runs on the web.
I don't know how you use desktop compiling to run a program, such as saving my javascript and allowing node to compile and show me the results. No one shares how that works. I'm a simple person, I want to see my project files, and how they are executed, but for some reason, I try to install this stuff and never get very far at all, I try using windows cmd, always pops up some errors, if someone could please point me in the right direction that would be really helpful.
For instance, #1 how do I install node-webkit, (and if thats only thing I need to install) and #2 how do I take my project files and execute them into an actually running program using node-webkit