# react-163-music 这是一个基于react+react-router-dom+redux全家桶的入门Demo! ### 项目地址:(`git clone`) ```shell git clone https://github.com/Awheat/react-163-music.git ``` ### 安装 ``` npm install ``` ### 运行 ``` 一.项目根目录启动项目: yarn dev Or npm run dev