-
-
Notifications
You must be signed in to change notification settings - Fork 360
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bundle #39
Comments
Hi @gordygordy , as you know Javascript is an interpreted language that needs an engine(SpiderMonkey, V8,...) to run your script files. What he meant was that if you need something more "standalone"-ish, you can download the node binaries for your platform and make a *.sh (or *.bat in Windows?) file where you point the node binary to your project entry files ( index.js ) so could execute it like |
I've explained it more after that paragraph. That just serves to give an overview. So basically run |
Thanks for getting back to me guys. Maybe I'm expecting the wrong thing. I extracted node into the root of my project and then ran build. I was expecting a .app file to be built or something, like electron. Think I must be misunderstanding this project. I'll keep watching to see how things progress. |
I was with you until I got to your bundle section in the docs. This is the all import bit really.
"Currently, the easiest way is to simply download a node binary for your platform, copy it into your project root. Then create a shortcut/script to execute that.
Make sure you have babel transpile it, in case you use any new syntax not supported by your current version of node."
Ok downloaded node-v8.9.4-darwin-x64.tar.gz and copied to root. Do I unzip. Create what shortcut to where and then place shortcut where? Make sure you "babel transpile it", do what????
Hope you can make that clearer, I'm a react developer.
The text was updated successfully, but these errors were encountered: