Welcome to the HPMP a music player application! This web application aims to provide you with a fast and enjoyable music listening experience.
To set up the High-Performant Music Player project on your local machine:
-
Clone the Repository: Clone this GitHub repository to your local machine using the following command:
git clone https://github.com/Ashenoy64/High-Performant-Music-Player
-
Dependencies: Ensure you have the necessary dependencies installed to run the web application. You may need tools like Node.js and npm (Node Package Manager). If you don't have them installed, you can download them from https://nodejs.org/.
-
Install Packages: Navigate to the project directory and install the required packages by running the following command:
npm install
-
Start the Application: After installing the dependencies, start the development server with:
npm start
-
Access the Application: Open your web browser and visit http://localhost:3000 to explore the music player interface.
This project is open-source and available under the MIT License. See the LICENSE file for details.
Happy listening!