Skip to content

Instantly share code, notes, and snippets.

@jaketrent
Created June 19, 2018 12:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaketrent/c86eaba383e1bef31c5cca7ad07343e9 to your computer and use it in GitHub Desktop.
Save jaketrent/c86eaba383e1bef31c5cca7ad07343e9 to your computer and use it in GitHub Desktop.
Flow on Spacemacs

Some quick notes:

  • install nvm
  • install node - with nvm
  • install bash - setup node/npm in bash (just zsh won't work)
  • install tern - clone; npm install - drives autocomplete
  • install flow-bin in proj - uses local flow
  • install spacemacs flow thing - https://github.com/tbinetruy/config - ties autocomplete into flow

For https://gowiththeflowtype.com/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment