Build JS desktop app that can create modified instances of itself (build a child app)

Viewed 10

I need to build a simple desktop app using JS. The app would be an UI that displays various documents and files with filtering, categories etc...

Once built, the user (Admin User) must have an option to export an instance of the app (child app) with limited resources. The child app will contain only the documents selected by the Admin user.

I am a web developer and I don't have any experience with developing desktop apps, so I am not sure the best tool to accomplish this task.

I know about electron and react native for windows. Any advice about which of these will be best? And the most Important thing, how do I export the child app once I have the admin app?

Any advise will be very appreciated.

0 Answers
Related