Skip to content

Raj2710/B50WD2T

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install an React app

  1. npm create vite@latest appname
  2. cd appname
  3. npm install - to install
  4. npm run dev

Usage of NVM if required nvm ls - to list all the available versions nvm use version

node -v - to know the current node version nvm -v - to know the current nvm version npm -v - to know the current npm version

All of you ensure using node v18.18.0