Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

vite react project

# Create a React Project with Vite:
npm create vite@latest my-react-app -- --template react
cd my-react-app
npm install
npm run dev

# Create a React + TypeScript Project with Vite:
npm create vite@latest my-react-app-ts -- --template react-ts
cd my-react-app-ts
npm install
npm run dev
Comment

PREVIOUS NEXT
Code Example
Shell :: tar a folder with subfolders 
Shell :: batch substring 
Shell :: linux check cpu core 
Shell :: display ip address linux 
Shell :: configure your git username/email 
Shell :: how to see wifi password in command prompt 
Shell :: remove git from folder windows 
Shell :: ls human readable file size 
Shell :: git remove all local commits 
Shell :: add env variable mac zsh 
Shell :: git clone submodules 
Shell :: brew Failure while executing; `/bin/launchctl bootstrap gui/501 /Users/webhasan/Library/LaunchAgents/homebrew.mxcl.httpd.plist` exited with 5. 
Shell :: install pavucontrol 
Shell :: connection failed blueman.bluez.errors.dbusfailederror protocol not available 
Shell :: install snap debian 
Shell :: remote: HTTP Basic: Access denied fatal: Authentication failed for 
Shell :: linux filter specific group with cat and grep 
Shell :: pretty git log 
Shell :: windows uvicorn not found 
Shell :: remove blender ubuntu 20.04 
Shell :: show public ip ubuntu 
Shell :: find file with text in the file recursively 
Shell :: flutter web run with custom port 
Shell :: how to remove all commit in git before push 
Shell :: hello world shell script 
Shell :: permission denied bash 
Shell :: npm install mocha dev dependency 
Shell :: clone a branch 
Shell :: install jdk linux 
Shell :: extract numners from string linux 
ADD CONTENT
Topic
Content
Source link
Name
5+8 =