How to Project Setup in React JS

How to Project Setup in React JS

Here are steps:

  1. Create a folder “mern-blog” in your system
  2. Open this folder with code editor
  3. Create a new project with npm using command – npm create vite@latest
  4. Project name – client
  5. Select a framework – react
  6. Select a variant – JavaScript +SWC
  7. Go to “client folder” using command – cd client
  8. Install npm using command – npm i

Tutorial Video: –