/pyreact

Experiments with Python and React

Primary LanguageTypeScript

PyReact

Demo of Python backend with React frontend

Creation

Frontend

npm create vite@latest
# React, TypeScript, frontend
cd frontend
npm i
npm run dev

Backend

# Install flask
pip install flask