jsHarmony Tutorials
npm install jsharmony-tutorials
npm install -g jsharmony-cli
``
2. Create an empty folder for the project
``
mkdir jshtutorials
cd jshtutorials
``
3. Install jsharmony-tutorials:
``
jsharmony create tutorials
``
This will download the tutorials and install in the current folder
If jsharmony doesn't run, ensure the Node.js npm folder is in your system PATH variable.
4. Start the tutorials by running:
``
nstart.cmd
-- or --
node app.js
```