preact-flow-example

Minimal example showing how to use Preact with Flow

Stars
15

preact-flow

A minimal example of using Flow with Preact

Running the App

Clone the repo, then:

yarn install
yarn build

Then open public/index.html to see the app running.

Running Flow

You can run yarn flow to run Flow, or if you have the appropriate plugin, you can see the errors in your editor/IDE.