Skip to content
Adam Brodzinski edited this page Sep 13, 2015 · 4 revisions

You'll see ES6 code a lot in the examples. If you haven't learned ES6 yet these are a great place to start. Understanding modules is important to use this repo. Unlike Meteor, the module file is not executed until the first require. It's also not bundled into the app unless you require it.

Clone this wiki locally