Basically, it's really simple: Create a Gist where the files follow the same naming convention as you would use in an Ember CLI app.
Because Gists can't have folders, just use .
instead of /
. Eg:
controllers.application.js
templates.application.hbs
Once your Gist is ready to test, just put the ID in the playground URL, eg. http://ember-playground.joostdvrs.com/f2c90713bdfdf54a262b. All the magic then happens client-side:
- Your templates are transpiled using
ember-template-compiler