2026-01-03 13:19:49 -05:00
2026-01-03 13:19:49 -05:00
2026-01-03 13:19:49 -05:00

Flask + React Example

Basic example with a Flask API and a React frontend (Vite).

Backend

cd backend
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python app.py

Flask will run on http://localhost:5000.

Frontend

cd frontend
npm install
npm run dev

Vite will run on http://localhost:5173 and proxy /api to the Flask server.

Description
No description provided
Readme 42 KiB
Languages
JavaScript 48.3%
Dockerfile 18.3%
CSS 17.9%
HTML 8.9%
Python 6.6%