A professional soccer training website built with React and Tailwind CSS.
- Node.js (v18 or higher)
- npm (comes with Node.js)
- Clone the repository
git clone <repository-url>
cd mptraining_website
- Navigate to the frontend directory
cd frontend
- Install dependencies
npm install
- Start the development server
npm run dev
The application will start in development mode. Open http://localhost:5173 to view it in your browser.
The page will automatically reload when you make changes to the code.
frontend/
├── public/ # Static files
├── src/
│ ├── components/ # React components
│ ├── assets/ # Images and other assets
│ ├── App.jsx # Main App component
│ └── main.jsx # Entry point
└── index.html # HTML template
- React - Frontend framework
- Vite - Build tool and development server
- Tailwind CSS - Utility-first CSS framework