DEV Community

Mohit shrivas
Mohit shrivas

Posted on

#day 1 react create react app

How To Create react app!

We have two types to create react.

  1. Simple Create-react-app
  2. npm create vite .

Next step to continue these steps:

npm install
npm run dev

Check it out the Vite official site

Link
https://vitejs.dev/guide/

Image description

Top comments (0)