# react-music **Repository Path**: wang__qi/react-music ## Basic Information - **Project Name**: react-music - **Description**: react-music - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # React Music 基于React的仿网易云音乐播放器。 ## Todo - [x] 脚手架搭建 - [x] NodeJS代理解决API接口跨域问题 - [ ] 开始撸前端页面 ## 安装 ``` $ git clone https://github.com/Lisianthus-A/react-music.git $ npm install ``` ## 运行 首先把后台跑起来 ``` npm run server ``` 然后启动前端,用浏览器访问`http://localhost:4000`。 ``` npm run start ``` 前端默认运行在4000端口,后台在4001端口 可在`./config/webpack.dev.config.js`和`./server/app.js`中修改默认端口。 ## API接口 API来自[NeteaseCloudMusicApi](https://github.com/Binaryify/NeteaseCloudMusicApi) [API文档](https://binaryify.github.io/NeteaseCloudMusicApi)