Forrest logo
back to context overview

vite

List of commands for vite:

  • vite:tldr:8a154 vite: Setup using `pnpm`.
    $ pnpm create vite my-react-app --template react-ts
    try on your machine
    explain this command
  • vite:tldr:eb44b vite: Setup using `yarn`.
    $ yarn create vite my-react-app --template react-ts
    try on your machine
    explain this command
  • vite:tldr:f642f vite: Setup using `npm` 6.x.
    $ npm create vite@latest my-react-app --template react-ts
    try on your machine
    explain this command
back to context overview