An example of a Svelte front end with a Flask back end that can be hosted on GCP.
Run the following for development:
cd server/src; python app.py
cd client; npm install; npm run dev