Skip to content

chadpark1/SightLine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SightLine (Bare Bones)

Minimal stack only:

  • Flask backend
  • Vite + React frontend

Setup

  1. Frontend deps:
    • npm install --prefix frontend
  2. Backend deps:
    • pip install -r backend/requirements.txt

Run

From project root:

  • npm start → frontend at http://localhost:5173
  • npm run backend → backend at http://127.0.0.1:5000

Frontend proxies /api/* to Flask.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors