npx

Created: 2019 Oct 7th

Updated: 2019 Oct 7th

Edit this page on GitHub

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%"
Scott avatar

Made with ❤️ by Scott Spence

Copyright © 2024 - All right reserved