Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 586 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 586 Bytes

reactpy-template

Template for reactpy based multi-page projects.

  • FastAPi server based (can easily be changed)
  • Page container, custom router
  • Browser history tracking
  • Tables with search, sort and pagination
  • Integration with Plotly charts
  • Example pages: table_page, global_warming_page, home_page, page_404, ticker_page.

Usage

poetry install --no-root
poetry shell

python app.py

Visit http://127.0.0.1:8000/