Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaixinfu/react-music
react开发的音乐播放器
https://github.com/kaixinfu/react-music
jquery react react-router redux
Last synced: 15 days ago
JSON representation
react开发的音乐播放器
- Host: GitHub
- URL: https://github.com/kaixinfu/react-music
- Owner: kaixinfu
- Created: 2017-08-12T03:41:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-14T04:03:04.000Z (over 6 years ago)
- Last Synced: 2024-11-06T01:47:44.632Z (2 months ago)
- Topics: jquery, react, react-router, redux
- Language: JavaScript
- Size: 23 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-music
> react+redux+react-router+webpack+Babel开发的音乐播放器
## Contains
- [x] [React](https://facebook.github.io/react/)
- [x] [Redux](https://github.com/reactjs/redux)
- [x] [react-router](https://reacttraining.com/react-router/web/guides/philosophy)
- [x] [Webpack](https://webpack.github.io)
- [x] [Babel](https://babeljs.io/)
- [x] [Hot Module Replacement](https://webpack.github.io/docs/hot-module-replacement.html)
- [x] [React Router Redux](https://github.com/reactjs/react-router-redux)
- [x] react Demo## Install
> `git clone [email protected]:liukaixin01/react-music.git`
> `npm install`
## 数据管理
> develop正在集成redux> master目前在使用pubsub-js
> 后期会引入ant.design
## Dev
> `localhost:3000`
> `npm start`