-
Notifications
You must be signed in to change notification settings - Fork 0
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
WIP: Electron turn into desktop app #5
base: main
Are you sure you want to change the base?
Conversation
I am wondering if there is a simple way to have a separate app for electron to keep the dependencies for this app smaller. One option is to make a separate package that depends on this package. Even though we are not pushing to npm we could still using something like |
One thing we discussed in one of the developers meeting is to use this for developing and uploader app or a folder sync app to take advantage of the electron extensions. Just having a duplicate of the web application is not going to buy us much, but having a dedicated client for specific activities that shares components with the web client could be very useful. |
Agree. Having a duplicate desktop app does not buy us more; versus if we can have a lightweight client (or even mobile client) would be nice. |
yes definitively not a priority |
|
Follow the tutorial of:
https://www.section.io/engineering-education/desktop-application-with-react/
run
export CLOWDER_REMOTE_HOSTNAME=xxxxx
,export APIKEY=xxxxx
andnpm run electron-dev
To publish a package, we need to read more about:
https://www.electron.build/configuration/pkg