Skip to content

Instantly share code, notes, and snippets.

@levhita
Created October 30, 2018 03:38
Show Gist options
  • Save levhita/fdefe4c1af402f60d66d7452a8dc965c to your computer and use it in GitHub Desktop.
Save levhita/fdefe4c1af402f60d66d7452a8dc965c to your computer and use it in GitHub Desktop.
Jest and React
mkdir rpnjest
cd rpnjest
npm init --yes
npm install --save-dev jest
npm install -g create-react-app
create-react-app reactlayout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment