- react 前端 UI 框架
- react router4 前端路由
- flex 弹性盒子技术
- axios ajax库
- sass 方便嵌套的写 css, 的一个预编译工具
- iconFont 阿里巴巴字体图标
- create-react-app 脚手架,不过还是要 eject 手动配置一些工具
- 进入项目根目录
cd /the/path/to/this/project
- 安装依赖
npm install
或者安装了yarn 可以使用yarn
- 启动项目
npm start
- 打开浏览器访问主页
http://localhost:3000/index
注意:
- 运行该项目需要安装
nodejs
, 推荐使用nvm
node版本管理工具 - 安装依赖如果速度较慢,可以将源切换到阿里源,或者使用
cnpm
安装依赖