joshua-classen

Results 2 issues of joshua-classen

I spawn a python Process in my Electron App. On the python process runs a Flask server. In my Electron App I spawn the Python process with ``` const {...

Hey, i rebuild the app as described on your blog. After running: npm run dev i get: `npm run dev > [email protected] dev > concurrently -k "BROWSER=none npm start" "npm:electron"...