Skip to content

AlanMunson/flow-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flow-examples

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

About

Sample project demonstrating Flow typing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published