Skip to content

Instantly share code, notes, and snippets.

@vjwilson
Created September 21, 2017 16:01
Show Gist options
  • Save vjwilson/262d6c3d3d36b4e913be7d2824c0982b to your computer and use it in GitHub Desktop.
Save vjwilson/262d6c3d3d36b4e913be7d2824c0982b to your computer and use it in GitHub Desktop.
Preparing for TDD with React

Preparing for TDD with React

If you want to follow along with the live coding examples, it's best to have the following already installed before you come to this talk.

  • Node (version 6, use nvm if you need to keep multiple versions Node)
  • npm (comes with Node), or yarn, if you prefer that
  • create-react-app CLI npm install -g create-react-app
  • Your favorite text editor
  • git, if you want to pull the sample repo, and check out the starting code for each part of the talk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment