Replies: 3 comments 6 replies
-
Hello, in short yes or no depending on if your app is interactive or not. Pynecone apps are not static by nature so if your app requires any state interaction you will need to host it on a server (at least the backend). This is because any python web app (not just our framework) needs to run some sort of server to handle the api requests and static website hosting such as s3 or GitHub can't run this. If you want the js files we compile down to you can find this in the You can then use the files in the Our current tutorial details generally how to run this on a server see here. I'm currently in the process of making a better tutorial for hosting should have it out in the next couple days. Let me know if this answers your question happy to elaborate if this doesn't make sense. |
Beta Was this translation helpful? Give feedback.
-
If your Web App is totally static, means there are zero event callback, you can simply run We are going to add a subcommand, maybe called |
Beta Was this translation helpful? Give feedback.
-
@xopherw The deployment process will be way easier once we have |
Beta Was this translation helpful? Give feedback.
-
Is there a way for Pynecone to export the python codes into html/css/JS files so I can host the web app on github?
Beta Was this translation helpful? Give feedback.
All reactions