Skip to content

xiaolin3303/react-music-player

Repository files navigation

react-music-player

music player build with React

overview

如何运行

开发启动

npm start

编译产品

npm run build

运行各阶段例子

修改webpack.config.jsentry

比如Router例子

entry: [
    'webpack-dev-server/client?http://localhost:3000',
    'webpack/hot/only-dev-server',
    'react-hot-loader/patch',
    path.join(__dirname, 'app/router/index.js')
],

About

Music player build with React, learn how to use React

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published