-
Notifications
You must be signed in to change notification settings - Fork 2
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
Investigate cra-craco-electron #15
Comments
Our repo with ERB already builds for the web. After We would need to make some minor adjustments to exclude electron references but if we end up not using electron IPC then we probably don't need to do anything. |
If we need to develop exclusively on the web we can just add a script in However, developing React inside electron should cover just about every scenario. Once we have a feature working in electron we can then just run |
19c296602 Fixed dts self-import, used npm workspaces to clear up package issues (#15) d1718c231 Updated package-lock.json 733ea7f55 Fixed dts self-import, used npm workspaces to clear up package issues git-subtree-dir: extensions git-subtree-split: 19c2966024b41a65bee8808e4a9c01b28cdadf26
Investigate https://github.com/sillsdev/cra-craco-electron to determine if we want to restart our app on it.
The text was updated successfully, but these errors were encountered: