Created: 2019 October 7th
Updated: 2019 October 7th
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 dependencies with npm-check
npm-check
npx npm-check -u
npx browserslist "last 2 versions, not dead, not < 2%"
npx npkill