I followed the Angular2 Quick Start closely and cannot get it to work.
Any advice?
I get Uncaught TypeError: Cannot read property 'split' of undefined
Followed by this against my boot.js file. Uncaught ReferenceError: require is not defined
Here is my code. https://github.com/robertdunaway/katas-angular2/tree/master/temp/after/src/vs2015-TS
Thanks, Bob