An open API service indexing awesome lists of open source software.

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 🐍.

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!