Playing with electron and glimmer
An application that moves scattered ember components to pods
to start the app do npm start
to change something and see the code picked up you need to:
- build glimmer application (
ember b
from glimmer-app dir) - refresh electron app (maybe restart in some cases) cmd+r as a in a browser