- Search for an Audio file from the provided search field
- Add to your own playlist
- Play it
- Node JS, React JS, Howler JS for react, Bootstrap
This project requires Node.js v12+ to run.
- Clone the repository
- Install the dependencies and devDependencies and start the server.
cd react-js-node-js-player
cd server
npm i
cd ..
cd client
npm iFirst Termial :
cd react-js-node-js-player/server
npm startSecond Termial :
cd react-js-node-js-player/client
npm startPlayer is currently extended with the following plugins. Instructions on how to use them in your own application are linked below.
| Plugin Name | Version |
|---|---|
| Express | ^4.17.1 |
| React Bootstrap | ^2.0.0-rc.0 |
| React Howler Player | ^1.2.0 |
| React Icons | ^4.2.0 |
| react-pro-sidebar | ^0.7.1 |
| Bootstrap | ^5.1.1 |
For production release:
cd react-js-node-js-player/client
npm run build