ways to create a react app.
// METHOD 1 npx create-react-app 01basicreact // METHOD 2 npm create vite@latest then provide project name: 01_basicvite then choose REACT then JAVASCRIPT here npm is not installed by default: we need to run -npm install HOW TO RUN ? goto folder...
Nov 21, 20241 min read148