npx, one off command
No need to install create react app if you don’t want to
## create react app
npx create-react-app my-new-app
Will use latest create react app to make your new app
update all project dependencies
Update dependencies with npm-check
npx npm-check -u
browsers list
npx browserslist "last 2 versions, not dead, not < 2%"