Skip to content

V-Sharma10/SongAppPCON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SongAppPCON

Audio Player in React JS

alt text

The application is divided into 2 parts:

  • 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.