At the present time the steps required are:
- build the react component
- install the react component in the electron app
- build the app.js in the electron app
- start the electron app
It would be nice if we could find a way to streamline this is process and maybe automatize this process in a similar way as run dev. I'm thinking something similar to:
- run dev on react component
- run dev on app.js in electron app (re install react component if changed)
- electron up in start always absorbs changes in app.js in run dev mode (already in place)
At the present time the steps required are:
It would be nice if we could find a way to streamline this is process and maybe automatize this process in a similar way as run dev. I'm thinking something similar to: