Click "Show" in the header to see your app live. Updates to your code will instantly deploy and update live.
On the back-end,
- your app starts at
server.py - add frameworks and packages in
requirements.txt - safely store app secrets in
.env
On the front-end,
- edit
client.js,style.cssandindex.html - drag in
assets, like images or music, to add them to your project
Remixed from 'flask-hello-world' by Kenneth Reitz