Javascript Development Environment from Pluralsight Course with Cory House
> npm start
> npm start -s (Silent, non verbose)
> lt --port 3000 --subdomain andyk
will publish the app at the public url:
https://andyk.localtunnel.me
babel-node <my-es6-file.js> command -> babel transpliles the file and then sends it to node runtime