Audio Player in React JS
- Node Server for fetching the song details from the API .
- React Client server for displaying and Interfacing with the above mentioned.
After unzipping / cloniing run "npm install" in the Parent folder. This will download the modules required for the server. After that go inside the "client" folder and again run "npm install" , this will install the packages for the react part. After all this installation, go into the parent folder and run "npm dev run" , this will run the server as well as the client at the same time.