Skip to content

Instantly share code, notes, and snippets.

@amimaro
Last active July 11, 2022 17:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amimaro/76e0abcf1ba6ae696183f5a01e33c10b to your computer and use it in GitHub Desktop.
Save amimaro/76e0abcf1ba6ae696183f5a01e33c10b to your computer and use it in GitHub Desktop.
NPX useful commands list

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment