Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 622 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 622 Bytes

开始学习React啦

这个仓库算是一个对自己学习状态的记录吧,↖(^ω^)↗


card-react

一个react页面练习


card-redux

一个react页面练习


react-demo

一个ReactRouter练习


一些记录

react 创建项目步骤

# cnpm install -g create-react-app
# create-react-app my-app
# cd my-app/
# npm start

在浏览器中打开 http://localhost:3000/