Music player build with React react + react-router + pubsub
This is a music player build with react
, because some states need to be shared, I use the pubsub event subscription.
# Download the code
git clone https://github.com/jackottawa/React-Music-Player.git
# Go to project directory and install dependencies
cd React-Music-Player && npm install
# Run preview
npm start
# Development mode
npm run dev
# Compile and publish
npm run bulid