Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.04 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.04 KB

ReactPy-Navbar

Creates navbar using ReactPy with Bootstrap 5 styling.

A. Home

image

B. Blog

image

C. Small Screen

image

This code is linked to my article in blogspot.

Setup

  • Install Python 3.9 or above.
  • To get a copy of the whole repository
git clone https://github.com/fsmosca/ReactPy-Navbar.git
  • cd to reactpy-navbar.
  • Install dependencies.
pip install -r requirements.txt
  • Run the app.
uvicorn navbar:app

Credits