Skip to content

Fitch-Gamer/Bath-hack-2026

Repository files navigation

React TypeScript + Flask Template

This repository is a minimal template integrating a React + TypeScript frontend (Vite) with a Python Flask backend.

Quick start

  1. Start the backend (from repository root):
cd backend
python -m venv venv        # optional but recommended
venv\\Scripts\\Activate     # on Windows
pip install -r requirements.txt
python app.py
  1. Start the frontend (separate terminal):
cd frontend
npm install
npm run dev

Frontend runs on http://localhost:3000 and backend on http://localhost:5000 by default.

Files of interest:

Bath-hack-2026

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors