Old method to create a react application
npx create-react-app my-app
Dev Environment
- webpack
 - babel
 - dev server
 - jest testing
 
This installs
- React
 - React-dom
 - react-scripts
 
This uses
- testing-library/jest-dom
 - testing-library/react
 - testing-library/user-event