Go to file
2021-05-13 19:01:57 +08:00
.eslintrc Initial commit 2017-02-11 17:33:27 +08:00
.gitignore Initial commit 2017-02-11 17:33:27 +08:00
index.css code clean up 2017-02-11 17:43:24 +08:00
index.html code clean up 2017-02-11 17:43:24 +08:00
index.jsx Initial commit 2017-02-11 17:33:27 +08:00
LICENSE Initial commit 2017-02-11 17:33:27 +08:00
package.json fix: deps version bump, protocol match to most recent pcm 2021-05-13 19:01:57 +08:00
player.jsx fix: deps version bump, protocol match to most recent pcm 2021-05-13 19:01:57 +08:00
README.md code clean up 2017-02-11 17:43:24 +08:00
webpack.config.js Initial commit 2017-02-11 17:33:27 +08:00

private-music-react

A front-end impl of Private Cloud Music by React and Antd.

Install

# Clone the repository once
$ git clone https://github.com/BearKidsTeam/private-music-react

# Go into the repository (rename it as you wish)
$ cd private-music-react

# Install the dependencies once
$ npm install

Usage

$ npm start

Build

$ npm run build

The files will be in ./dist.

License

MIT