Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 320 Bytes

File metadata and controls

23 lines (14 loc) · 320 Bytes

react 全家桶

使用 create-react-app 启动

  • react
  • react-router
  • redux
  • react-redux
  • immutablejs
  • whatwg-fetch

start

  • 执行 npm installyarn
  • 执行npm startyarn start
  • 打开浏览器 localhost:3000 预览

bulid

yarn build 或者 npm run build