For this workshop, please have installed node and git.
You will need a IDE to write the code. It can be Sublime, Brackets or Intellij.
Clone this repository using command: git clone https://github.com/mgrozea/workshop.git
Enter the workshop folder. From command line run node server.js. Open local localhost:8888 in browser. You should see: Hello World.
This is the start of our workshop :)