Skip to content

Implement a better building/debugging process #2

Description

@Akramhar

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)

Metadata

Metadata

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions