Integrating Python, Flask, Electron, and React

1 · Matthew J. Berger · Feb. 13, 2022, midnight
A Flexible Web Architecture Prerequisites Setting up the Repo and Frontend Creating the Backend Flask Installing Dependencies Adding a .gitignore Integrating the backend with NX Connecting the Backend Testing the Proxied Backend Serving our Frontend using Electron Creating the Electron App Adding a package.json Adding the source Integrating our Electron App with NX Running the Application A Flexible Web Architecture This blog post explains how to setup a python/flask web server ...