Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 613 Bytes

File metadata and controls

32 lines (20 loc) · 613 Bytes

Survey React Demo

Install Dependencies

Install Yarn first.

yarn

Start a HTTP service to fetch JSON test data

yarn json-test

This App dynamically load JSON from HTTP request. You may need to change the IP address in src/common/loadJsonToStore.js to one of listed addresses.

React (Web)

Entry: src/web/index.js

yarn start

React Native

Entry: App.js

  1. Open a virtual device first.
  2. Either execute yarn ios or yarn android, or open the project vie Expo XDE (recommended).