frankhale / electron-with-express

A simple app that demonstrates spawning an Express app from Electron
MIT License
643 stars 147 forks source link

Building the application with electron-builder, it doesn't work. #17

Closed steinjonathan closed 5 years ago

steinjonathan commented 5 years ago

Building the application with electron-builder, it doesn't work. After installing, when run the app it don't get done the load, and the api are not work on browser in localhost:3000.

Steps to reproduce the behavior:

  1. Install electron-builder
  2. Install de dist .exe
  3. run;
frankhale commented 5 years ago

This one is free for the taking to anyone that is interested in fixing this. If somebody does fix it please send a pull request with instructions and/or code changes. Thanks!

frankhale commented 5 years ago

This should not be much more difficult to get running than it was for using Electron Packager. That process was documented here: https://github.com/frankhale/electron-with-express#package-with-electron-packager

If you manage to run into issues and manage to resolve them please submit a pull request so that that information/code changes can be incorporated into master.