react-music-player

Music player build with React, learn how to use React

MIT License

Stars
295

react-music-player

music player build with React

overview


npm start

npm run build

webpack.config.js``entry

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')
],
Related Projects