NPX Commands List
http-server
npx http-server [path] [options]
create-react-app
npx create-react-app@latest <project-name>
with Typescript
npx create-react-app@latest <project-name> --template typescript
create-next-app
npx create-next-app@latest
with Typescript
npx create-next-app@latest --typescript
create-nuxt-app
npx create-nuxt-app <project-name>
create-vite
npx create-vite@latest
npm-check-updates
npx npm-check-updates
Remix
npx create-remix@latest
SNYK
npx snyk test
Solid
npx degit solidjs/templates/js my-app
npx degit solidjs/templates/ts my-app
npx webpack --profile --json=compilation-stats.json