https://github.com/starriv/react-scaffold
React ScaffoldThis project contains the react infrastructure
Feature- ES6+ support, use babel
- with development and the product model
- development patterns support heat load
- convenient extension, at the same time joined the less, postcss, redux loader, etc
- git clone https://git.coding.net/starriv/react-scaffold.git
- npm install
default use development model
- dev: npm run dev && open your brower to http://127.0.0.1:3002
- prod: npm run build
包含基础的React 项目结构
特点- ES6+的支持,使用Babel转换
- 开发模式 和 产品模式
- 开发模式热加载支持
- 方便扩展, 同时加入了less, postcss, redux 等loader
- git clone https://git.coding.net/starriv/react-scaffold.git
- npm install
默认为开发模式
- dev npm run dev && 打开浏览器 http://127.0.0.1:3002
- prod npm run build