This is a project template for Svelte + Flask apps. It c
Install the svelte dependencies...
npm install
...then start the server
python run.py
Navigate to localhost:5000. You should see your app running. Edit a the web pages in htmlsrc
, save it, and reload the page to see your changes.
To create an optimised standalone version of the app:
sh build.sh
...then run it
# In linux
./dist/SvelteFlaskApp