2017-02-11 17:33:27 +08:00
|
|
|
# private-music-react
|
|
|
|
A front-end impl of [Private Cloud Music](https://github.com/BLumia/Private-Cloud-Music) by React and Antd.
|
|
|
|
|
|
|
|
## Install
|
|
|
|
``` bash
|
|
|
|
# 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
|
|
|
|
``` bash
|
|
|
|
$ npm start
|
|
|
|
```
|
|
|
|
|
|
|
|
## Build
|
|
|
|
``` bash
|
|
|
|
$ npm run build
|
|
|
|
```
|
2017-02-11 17:43:24 +08:00
|
|
|
The files will be in ```./dist```.
|
2017-02-11 17:33:27 +08:00
|
|
|
## License
|
|
|
|
[MIT](http://opensource.org/licenses/MIT)
|