Files
flipper/desktop/examples/headless-tic-tac-toe
Andrey Goncharov 38814f16f9 Prepare headless tic-tac-toe for publishing
Summary: Make headless-tic-tac-toe executable and configure packaging

Reviewed By: lblasa

Differential Revision: D36589422

fbshipit-source-id: d8b141033434265e4f14b9a047d3bccde8fad14b
2022-05-23 08:06:18 -07:00
..
2022-05-23 08:06:18 -07:00

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