This is a simple responsive Music Player application made with React.js, HTML5 audio, and CSS3.
In order to set up the Music application do the following:
- Create a new folder (e.g my_mp3_player) on your computer to hold your project
- Download the files to this folder
- Open the command line
- Navigate to your project folder in the command line e.g
cd my_mp3_player
-
Install your dependencies in this folder, using the following command (Note: make sure you have node installed globally first) npm install
-
Now the project is set up with all dependencies, type the following command to run the application npm start
OR
set DEBUG=react_app_sarah:* & npm start
The application will be viewable on http://localhost:3000/
In order to edit the code of the application please go to the src folder.