This project is built using Vite, React.js, React Query, and Material-UI (MUI).
Before you begin, ensure you have met the following requirements:
- Node.js installed
- npm or yarn installed
To get started, follow these steps:
-
Create Environment Variables:
Create a
.env
file in your project directory and define your environment variables.VITE_API_BASE_URL=https://api.example.com
-
Install Dependencies:
npm install # or yarn install
-
Start the Development Server:
npm run dev # or yarn dev
This command starts the development server. Open http://localhost:5173 to view the app in your browser.