React Audio Player

How to run it (Node JS required)

  • On the root folder, run npm i
  • Follow one of the options below:
  1. Build the app and serve it locally
    • Run npm run build
    • Run npm run serve to serve the React App
  2. Run the app without building

Lastly, if you are using Windows Command Line (cmd.exe), run npm run apiCMD, otherwise (Windows PowerShell, Linux, MacOS etc.), run npm run api (RUN THESE FROM THE ROOT OF THE APP) or cd into the api directory and run npm start

You will need to put .mp3 files in the /public/audio folder before building