Created
October 30, 2018 03:38
-
-
Save levhita/fdefe4c1af402f60d66d7452a8dc965c to your computer and use it in GitHub Desktop.
Jest and React
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir rpnjest | |
cd rpnjest | |
npm init --yes | |
npm install --save-dev jest |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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