Total Pageviews

Sunday 4 September 2016

React Training


For immersive React.js training check out my new job at http://reactjs-training.com
This is material I used for instructure's react training sessions when I worked there.
The main branch is gh-pages, so all of the examples in code/ should run at http://ryanflorence.github.io/react-training/code (but you'll have to punch in the URL for now).

Running the examples locally
npm install
npm start
Then interact with the examples at:

localhost:8080

from https://github.com/ryanflorence/react-training
------------

react-tutorial
  • npm install安装项目所需的包
  • npm start运行项目
  • 浏览器中打开localhost:3000查看运行效果
from https://github.com/GuoYongfeng/react-tutorial