Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a better building/debugging process #2

Open
Akramhar opened this issue Mar 28, 2019 · 0 comments
Open

Implement a better building/debugging process #2

Akramhar opened this issue Mar 28, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request Medium

Comments

@Akramhar
Copy link
Member

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)
@Akramhar Akramhar added the enhancement New feature or request label Mar 28, 2019
@strambc strambc added the Medium label Jul 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Medium
Projects
None yet
Development

No branches or pull requests

3 participants