Skip to content

jameschenjav/survey-react

Repository files navigation

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).

About

Survey Demo for React Web and React-Native

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published