Head's Up: JavaScript is either turned off or not working properly in your browser. Some parts of this page may not work properly.
mkdir new_app cd new_app npm init npm install --save-dev jest
(There will be a bunch of questions after the npm init to go through)
npm init