VS Code & Flow integration
npm install --save-dev flow-bin
or globally (not recommended but required for vscode as it looks at $PATH)
npm install -g flow-bin
"javascript.validate.enable": false
flow init
Go!
Optional: For type definitions,
npm install -g flow-typed
flow-typed install