# musicapp **Repository Path**: ricesoft/musicapp ## Basic Information - **Project Name**: musicapp - **Description**: react-native 模仿网易云音乐 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-10-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Getting started ## 感谢MessAPI:https://messoer.github.io/mess-api-doc/#/music/netease ```bash QQ群:261097396 ``` ```bash 效果图 ``` ![全图](https://github.com/zhuyunzhang/musicapp/blob/master/app/images/mymusicapp.gif) 1. Clone this repo ```bash git clone https://github.com/zhuyunzhang/musicapp.git ``` 2. Change into the directory ```bash cd "目标目录下" ``` 3 Install the dependencies ```bash yarn # or npm install ``` 4. Run the project ```bash react-native run-ios # or react-native run-android ```