Core examples following (amongst others) JavaScript: The Good Parts by Douglas Crockford
Angular.js app building process following the Free Angular.js online course by Code School
Design patterns following Learning Javascript Design Patterns by Addy Osmani
Quick start following the official Getting Started tutorials by Facebook.
Getting Started guide following the official Getting Started tutorials by Facebook
Getting Started from the official website
Overview of ECMAScript 6 from wintellect
To transpile ES6 for the browser just run "babel * --watch --out-file build.js" if made any change, then browse index.html
Getting Started and tutorials from the official quick start
Getting Started the reactJS starter kit here