##How to run the project using npm:
-
Download/clone the project from the repository.
-
Use
npm install
command. -
After successful install, use
npm start
command. -
Open the app in browser at http://localhost:3000/music-player/.
-
Important: The app uses SoundCloud api and due to access restriction in header, CORS issue will persist while running the app in browser. For using it, change your localhost IP name to
soundcloud.com
. Once done, run the app at http://soundcloud.com:3000/music-player/ and enjoy.