Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 332 Bytes

File metadata and controls

11 lines (6 loc) · 332 Bytes

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:

  1. build glimmer application (ember b from glimmer-app dir)
  2. refresh electron app (maybe restart in some cases) cmd+r as a in a browser