react + react-router + redux + immutable + less + ES6/7 + webpack + fetch
git clone https://github.com/Johnsstt/xsxt.git
cd xsxt
npm install
npm run dev (正常编译模式)
npm run hot (热替换编译模式)
访问 http://localhost:8088
npm run dist (发布生产版本,对代码进行混淆压缩,提取公共代码,分离css文件)