Hi there!
I’ve setted up a Glitch project mixing Elm code and Python/Flask server. The app is a chat-like; no effort in styling, the aim of the project is to demonstrate the ability to run Elm & Python on Glitch.Here is the app demo :
https://elm-flask-skeletton.glitch.me/
You can see the source code here : https://glitch.com/edit/#!/elm-flask-skeletton
The files for setting up the this stack are glitch.json
, sh/install.sh
and sh/start.sh
.
Feedback welcome!
Sébastien