Sample project demonstrating Flow typing in different contexts.
Each file in /src demonstrates a different concept.
To get code (npm):
git clone https://github.com/AlanMunson/flow-examples.git
cd flow-examples
npm i
npm run flow-check
If using Yarn:
git clone https://github.com/AlanMunson/flow-examples.git
cd flow-examples
yarn
yarn flow-check
The slide deck from VCU RAM Hacks may be found in the /docs
folder, or download from here: How to Statically Type Your JavaScript Code Using Flow.js