Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 765 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 765 Bytes

Music App Project

How to Start the Project

  1. Install Dependencies: Before running the project, make sure to install the dependencies by running the following command in your terminal:

    npm install
  2. 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
  3. Start Vite Server: Open another terminal and start the Vite server to run your React app. Use the following command:

    npm run dev

Thanks for the Description

If you have any questions or need further assistance, feel free to reach out.

Regards,
Anant Shah