第一阶段
- Github Pages(托管页面,在线访问)
1. 项目名以github用户名+github.io
即可github用户名+github.io直接访问
2. 任意起项目名字
创建gh-pages
即可github用户名+github.io/项目名称访问
- Git
- 响应模式
1. 列下沉(Column Drop)
2. 基本流体式(Mostly Fluid)
3. 变换式(Layout Shifter)
4. 抽屉式(Off Canvas)
- React Hot Loader
git clone https://github.com/gaearon/react-hot-boilerplate.git
npm install
网友评论