.eslintrc | ||
.gitignore | ||
index.css | ||
index.html | ||
index.jsx | ||
LICENSE | ||
package.json | ||
player.jsx | ||
README.md | ||
webpack.config.js |
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
.