netease-music-mobile by React
# install dependencies
npm install
# install proxyServer dependencies
cd proxyServer && npm install
# proxy server
npm run proxy
# eslint
npm run eslint
# server with hot reload at localhost:1010
npm run dev
# build
npm run build
完善中...