fable-compiler / Fable.Python

Python bindings for Fable
https://fable.io/docs/
MIT License
132 stars 9 forks source link

Python script flask sample #116

Closed jkone27 closed 3 months ago

jkone27 commented 3 months ago

sample to show how to run python scripts in a single file, added also a utility script with Fli to build and run in pip venv

cd examples/scripts

dotnet fsi run_flask_app.fsx flask_sample.fsx 

navigate to 127.0.0.1:5000