相关介绍:基于react的影院购票应用
技术栈:react redux sass webpack es6
│ .gitignore
│ index.html 入口页面
│ package.json
│ README.md
│ webpack.config.js webpack配置
│
├─dist 打包目录
│
└─src
│ App.js 项目入口
│
├─container 容器组件
│
├─components 子组件
│
│
├─redux redux状态管理
│ ├─action
│ ├─reducer
│ ├─store
│
├─router 路由
│
│
├─utils 通用文件
│
│
└─styles 通用样式文件
git clone https://github.com/Aaaaaaaty/react_movie
cd react_movie
cnpm i || npm i
将./data及./src/images 文件 拷贝进dist //项目依赖的图片及假数据
npm start