Posts

Showing posts from November, 2024

Node js Command

 1. To check the version of express - npm list express. 2.To clear cache - npm cache clean --force 3. To install react--> npm create vite@latest (Enter) Enter Project Name --> React-Learning (Enter) Enter FrameWork --> React(Enter) Enter Language --> JS(Enter) Then run the Showing Command. Note --> If React is already Installed, Just Run --> npm run dev and click on local host. Make sure you are in Right Project folder to execute the command, If not , Then do cd folder_name(Enter) or to come out from the folder --> cd ..(Enter).