Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/beadre/music

CRA+TS+React全家桶(hook)+axios+antd+less音乐小网站
https://github.com/beadre/music

antd es6 react redux-saga typescript

Last synced: 3 months ago
JSON representation

CRA+TS+React全家桶(hook)+axios+antd+less音乐小网站

Awesome Lists containing this project

README

        

### 编写目的

熟悉react hook和typescript

### 页面UI

参考 [QQ音乐](https://y.qq.com/)

### 后端接口

[网易云音乐 NodeJS 版 API](https://github.com/Binaryify/NeteaseCloudMusicApi)

### 安装运行
运行前先将server目录下的文件拷贝到后端项目的module目录下
```shell
$ git clone [email protected]:BeADre/music.git
$ npm install
$ npm start
```