Skip to content

pglevy/reflex-chat-app-tutorial

Repository files navigation

Reflex Template

How this template was created

  1. Start with basic Python template.
  2. Use System Dependencies to install unzip package.
  3. In Shell, run pip install reflex.
  4. In Shell, run reflex init.
    • Installs Node.
  5. Choose blank template.
  6. Update .replit config file.
    • Change entrypoint to rxconfig.py
    • Change run command to reflex run.
    • First run installs dependencies and updates lock file.
    • Didn't work.