After cloning the repository and installing dependencies, follow the steps below to configure the server:
- Open the
vite.config.jsfile. - Find the
serverconfiguration and replace thehostvalue with your local IP address:
server: {
host: "YOUR_LOCAL_IP_ADDRESS", // Replace with your IP address
port: "3000",
}
# emilioro-dashboard
# reactjs-ready-dashboard