Prerequisites:
Setting up the Development Environment
Before we get started, we have to setup our environment.
Install Node.js and npm if they are not already on your machine.
Verify that you are running at least node 6.9.x and npm 3.x.x by running node -v and npm -v in a terminal/console wi...