/ng-keep

Primary LanguageJavaScript

Angular U 2015 ES6 Workshop

What is this?

This workshop was led & taught by @hendrixer. This workshop is intended to convey concepts for how to use Angular with ES6 / ES2015 today.

We are building a prototype of Google Keep in Angular 1.4, using Babel to transpile our ES6 to ES5, and webpack to compile our assets.

Installation

Install Node JS, which currently includes npm.

npm i && npm run serve