Summary: Environment Setup
Get a brief summary of what you have learned so far.
We'll cover the following...
Once the application loads successfully, we’re ready to move forward and start building the application. It is generally advised to keep the Parcel development web server (or later, the proxy web server) running while developing. It will automatically detect changes to the entry point file (in our case, app.py
) and reload the application in the web browser for us. This speeds up the development loop quite a bit, even if we have to manually touch the ...