Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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音乐小网站
- Host: GitHub
- URL: https://github.com/beadre/music
- Owner: BeADre
- Created: 2019-08-16T09:14:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T10:21:10.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T21:15:14.664Z (almost 2 years ago)
- Topics: antd, es6, react, redux-saga, typescript
- Language: TypeScript
- Homepage:
- Size: 5.72 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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
```