This is a music webapp. Build width Create React App.
Online preview address: https://code-mcx.github.io/mango-music.
React + React-Router + Redux + ES6 + Webpack
mango-music/
README.md
node_modules/
package.json
public/
index.html
favicon.ico
scripts/
customized-build.js
overrides-config.base.js
overrides-config.dev.js
overrides-config.prod.js
src/
api/
config.js
jsonp.js
ranking.js
recommend.js
search.js
singer.js
song.js
assets/
imgs/
...
stylus/
fonts/
font.styl
reset.styl
common/
header
loading
scroll
components/
album
play
ranking
recommend
search
singer
containers/
...
model/
...
redux/
...
api.test.js
index.css
index.js
First, run the npm install
to install dependence
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.