NectarJS
Search
⌃
K
NectarJS
Getting Started
First compilation
Learn JavaScript
Begin with IOT
Roadmap
Powered By
GitBook
Comment on page
First compilation
Do you first compilation with NectarJS
Hello World
Compiling a hello world for your platform is simple.
Open your console, and follow these steps :
$ echo "console.log('Hello World !');" > hello.js
nectar --run hello.js
Once done, you should see in your console :
Hello World !
That's all. You compiled JS.
Previous
Getting Started
Next
Learn JavaScript
Last modified
3yr ago