Skip to content

Instantly share code, notes, and snippets.

@twilson63
Created May 22, 2017 13:42
Show Gist options
  • Save twilson63/e1bf5e77ea7be85a9ca6cf8a31063536 to your computer and use it in GitHub Desktop.
Save twilson63/e1bf5e77ea7be85a9ca6cf8a31063536 to your computer and use it in GitHub Desktop.
My Current React Setup - 5/22/2017
export PROJECT=foo
create-react-app $(PROJECT)
cd $(PROJECT)
yarn add react-router-dom tachyons redux react-redux pouchdb-browser blocs ramda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment