I’ve got a Chrome app, built with React, that I’m porting to Atom.
It feels like this should be super simple, because all I really need is a pane that loads in my index.html
file (and I don’t need any Atom APIs, at least not to start with), but I’m not quite sure even where to begin.
Is there a good way to load up an ordinary client-side webapp?