STEP 1: Install Node.js (to run React) STEP 2: Check the versions in CMD (Learnt how to create documents in Dev.to) STEP 3: Install the Vite package in CMD -> npm install -g create-vite -> npm create vite@latest my-react-app -- --template react After that, give enter(Yes) STEP 4: Give Ctrl+Click to view the page in the browser. STEP 5: Open the created application in VS Code -> package.json must be there, or the application will not run -> App.jsx - have to edit code anytime inside here. Get sta
Comment
Sign in to join the discussion.
Loading comments…