/react-web-demo

react-web使用的demo

Primary LanguageObjective-C

  • 在iOS端运行:

    • 1.在reactnative目录下npm install
    • 2.在项目目录下 pod install
    • 3.在reactnative目录下npm start
    • 4.打开Helloworld.xcworkspace运行
  • 在web端运行:

    • 1.安装react-web-cli工具:npm install react-web-cli -g
    • 2.在reactnative目录下npm install
    • 3.在reactnative目录下react-web start
    • 4.浏览器中打开http://localhost:3000运行

具体详见博客 react-web使用