https://github.com/jellydn/reflex-demo
This is a demonstration project using reflex: Web apps in pure Python 🐍.
https://github.com/jellydn/reflex-demo
python reflex webapp
Last synced: 7 months ago
JSON representation
This is a demonstration project using reflex: Web apps in pure Python 🐍.
- Host: GitHub
- URL: https://github.com/jellydn/reflex-demo
- Owner: jellydn
- Created: 2023-11-07T04:03:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-26T00:56:55.000Z (8 months ago)
- Last Synced: 2025-02-26T01:33:45.227Z (8 months ago)
- Topics: python, reflex, webapp
- Language: Python
- Homepage: https://reflex-hello-world.reflex.run
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to reflex-demo 👋
> This is a demonstration project using [reflex-dev/reflex](https://github.com/reflex-dev/reflex): Web apps in pure Python 🐍.
Check out the **[Live Demo](https://reflex-hello-world.reflex.run)**!
## Usage
To set up the project, run the following command:
```sh
make install
```### Development
Start the development environment with:
```sh
make dev
```### Deployment
Deploy the application using:
```sh
make deploy
```## Support
If you found this project useful, please consider giving it a star (⭐️) on GitHub!