A full-stack web application (mobile first) with React frontend and backend API.
webjam2025/
├── frontend/ # React + Vite frontend application
├── backend/ # Backend API server
└── README.md # This file
The frontend is built with React and Vite for a fast development experience.
cd frontend
npm install
npm run devThe development server will start at http://localhost:5173
Backend server setup. Technology stack to be determined.
To be configured based on your preferred backend technology.