Skip to content

Opelar/react-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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