Slick music & audio player designed for a pleasant listening experience. Bootstrapped with Create React App.
Refer to Dev-notes folder for concept
Open terminal/Git Bash to intended root directory & clone
> git clone https://github.com/Oddward/react-music.git
Open terminal to cloned directory & install
> cd project-folder
> npm install // or yarn install
I had a better time with npm
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will automatically reload if you make edits (when you save changes).
You will also see any lint errors in the console.
Other scripts available in
package.json
(make sure to read about them)
React Devtools addon - adds sections to the browser devtools to see component states & profiles; available as
- Chrome browser extension
- Edge browser extension
- Firefox browser extension
- other Chromium browsers like (Opera/Vivaldi etc) via Chrome web store
- standalone app installable via NPM or Yarn
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify