Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 627 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 627 Bytes

React-Music-Player

Music player build with React react + react-router + pubsub

Overview

This is a music player build with react, because some states need to be shared, I use the pubsub event subscription.

Preview

music

Usage

# 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