Here are steps:
- Create a folder “mern-blog” in your system
- Open this folder with code editor
- Create a new project with npm using command – npm create vite@latest
- Project name – client
- Select a framework – react
- Select a variant – JavaScript +SWC
- Go to “client folder” using command – cd client
- Install npm using command – npm i
Tutorial Video: –