Reactjs – How to run my react app by manually adding vitejs
I am a beginner and learning react and using Vite as module bundler. But instead of creating vite project, I am manually adding it. In project directory i ran node cmd - npm install vite @vite/plugin-react. And it created node…