# ===================
# jsharmony-tutorials
# ===================

jsHarmony Tutorials Collection

## Prerequisites

* Node.js

## Installation

1. Install the jsHarmony CLI, if not already installed
   ````
   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
   ````
  
5. Browse to http://localhost:8080
