MatchPulse is a full stack web application built with Vite. It tells the Soccer upcoming match updates.It connects to a backend service to provide its core functionality.
- Fast and modern frontend powered by Vite
- Configurable backend API URL via environment variables
- Production-ready optimized build
- Node.js (v16 or later recommended)
- npm (comes with Node.js)
-
Clone the repository:
bash git clone https://github.com/yourusername/matchpulse.git cd matchpulse
-
Install dependencies:
npm install
-
Create a
.envfile in the root directory and set your backend API URL:VITE_API_BASE_URL=https://your-backend-service.onrender.com
Start the development server with hot reload:
npm run dev
Open your browser at http://localhost:5173 (or the URL printed in your terminal).
Build the production optimized app:
npm run build
The build output will be in the dist directory.
Make sure your deployment platform is set to:
Build command: npm install && npm run build
Publish directory: dist