Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

vite react command

# npm 6.x
npm create vite@latest my-react-app --template react

# npm 7+, extra double-dash is needed:
npm create vite@latest my-react-app -- --template react

# yarn
yarn create vite my-react-app --template react

# pnpm
pnpm create vite my-react-app -- --template react
Comment

PREVIOUS NEXT
Code Example
Shell :: pytesseract 
Shell :: git commit only added files 
Shell :: install modules from text file pip 
Shell :: nohup set output file 
Shell :: git push command line 
Shell :: uninstall mongoose using npm 
Shell :: Untracked files: (use "git add <file..." to include in what will be committed) 
Shell :: bash clock script 
Shell :: "enter passphrase for key" 
Shell :: update software in ubuntu 
Shell :: tar linu 
Shell :: styled components props typescript 
Shell :: git cli switch user 
Shell :: doctrine cache clear 
Shell :: borrar una rama git 
Shell :: show git tree in terminal 
Shell :: uninstall dependencies npm 
Shell :: Reset Gnome desktop settings to factory defaults 
Shell :: stylelint run 
Shell :: install protonvpn debian 
Shell :: disable vscode server 
Shell :: chmod files 644 directories 755 
Shell :: kali sources 
Shell :: git check ignore 
Shell :: bash remove last character 
Shell :: create and run docker registry 
Shell :: purge a software linux 
Shell :: net user administrator active yes 
Shell :: unistall filezilla ubuntu 
Shell :: bash unsquash specific files 
ADD CONTENT
Topic
Content
Source link
Name
5+5 =