Coder Social home page Coder Social logo

zjx172 / netease-cloud-music Goto Github PK

View Code? Open in Web Editor NEW

This project forked from x1aodingdang/netease-cloud-music

0.0 1.0 0.0 21.44 MB

react+ts仿网易云音乐 学习react(全家桶)以及ts的实战项目

JavaScript 0.73% HTML 1.23% TypeScript 81.68% SCSS 16.37%

netease-cloud-music's Introduction

仿网易云 app

戴上耳机我就是最靓的仔 😎😎😎

预览

demo gif

技术栈

  • react ts redux redux-thunk ant-mobile
  • NeteaseCloudMusicApi (使用这个来获取网易云数据)感谢大佬

使用

  • 请先把 NeteaseCloudMusicApi 项目 download 下来 并启动 (启动后的服务作为后端服务给本项目使用)

    • git clone https://github.com/Binaryify/NeteaseCloudMusicApi.git
    • cd NeteaseCloudMusicApi
    • npm i
    • node app.js
    • git clone https://github.com/x1aodingdang/NetEase-cloud-music.git
    • cd NetEase-cloud-music
    • npm i
    • npm run dev

环境变量

  • REACT_APP_API (后端服务地址)

  • REACT_APP_SERVER_PROT (后端服务端口)

  • PROT (前端服务端口)

    例子 🌰
    • Windows (cmd.exe)
      set "REACT_APP_API=http://localhost:9000" && npm start
    • Windows (Powershell)
      ($env:REACT_APP_API = "http://localhost:9000") -and (npm start)
    • Linux, macOS (Bash)
      REACT_APP_API=http://localhost:9000 npm start

Roadmap

netease-cloud-music's People

Contributors

x1aodingdang avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.