Node.js
We are using version 6.9.1 Node and 3.10.8 NPM. You can install them on Mac OSX with the official package (https://nodejs.org/dist/v6.9.1/node-v6.9.1.pkg).
Alternatively if you use nvm
nvm install v6.9.1
Code examples
Get the code by cloning the repo
git clone https://github.com/pencyl/es6-shop.git
cd es6-shop
Then install the dependencies:
npm install
Finally start watching the ES6 files:
npm start