alber70g/electron-hyperapp-feathers

Build entire App

Closed this issue · 5 comments

Hi Albert!

Can you show how to build this entire app?
Im struggling putting all dependecies together and the app runs blank when i compile it.

thank you!!

Thanks for taking time to use this.

I believe the version of Hyperapp isn't compatible anymore. That's why you get nothing. I'll look into it and see if I can update it to the latest version

I just did a fresh clone, yarn install and yarn start, and I have no problem running it. Could you be more specific about the error you get?

I changed the yarn install and yarn start command to include electron. start will launch the app immediately.

Hi Albert! thank you! running its ok.. what im trying to do is package everything together. I could package the react with ELECTRON and feathers backend separated with PKG. Do you have any tips to package everything together? :)

I see. Well it's not really used that way, so I'm afraid I don't have a quick solution. You might want to look somewhere else for that. It might be better to look for other solutions to incorporate a 'backend' like feathersjs into an electron app.