npx create-react-app myapp

Category: Node.js & npm/yarn

npx create-react-app myapp

Run a package without installing it globally (npx)

Runs a package without installing it permanently. npx downloads it temporarily, runs it, then discards it.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.