-
Install Dependencies: Before running the project, make sure to install the dependencies by running the following command in your terminal:
npm install
-
Start JSON Server: Open a new terminal and start the JSON server using the following command. This will mock your backend and provide the necessary data for your music app.
json-server db.json --port=4000
-
Start Vite Server: Open another terminal and start the Vite server to run your React app. Use the following command:
npm run dev
If you have any questions or need further assistance, feel free to reach out.
Regards,
Anant Shah