Back to Flipper

headless-tic-tac-toe

desktop/examples/headless-tic-tac-toe/README.md

0.273.0706 B
Original Source

headless-tic-tac-toe

Experimental feature!

Flipper can run plugins in a headless mode - expose their API over the wire. This is an example of how it might look like.

Quick start

  1. Clone Flipper repo
  2. Navigate to /desktop folder.
  3. Run yarn
  4. Run yarn flipper-server
  5. Start you mobile device (or any other device that supports Flipper).
  6. Open your app that supports "ReactNativeTicTacToe" plugin (for instance, React Native Example app).
  7. In a different terminal window, navigate to /desktop/examples/headless-demo
  8. Run yarn
  9. Run yarn start