Node Js

Kailasnathmca
Oct 25, 2023

--

install node

create project in VsCode Terminal :npx create-react-app my-app

in VsCode Terminal (to get all dependencies ) : npm install

in VsCode Terminal (To run) : npm start

--

--