Skip to content

saintlast/mango-music

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mango Music

This is a music webapp. Build width Create React App.

Online preview address: https://code-mcx.github.io/mango-music.

Technology Stack

React + React-Router + Redux + ES6 + Webpack

Project Structure

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

Available Scripts

npm install

First, run the npm install to install dependence

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

About

A music webapp built width react

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.6%
  • CSS 20.2%
  • HTML 6.2%