Vite - Create React App with Vite

less than 1 minute read

The following command will create React App with Vite.

1
npm create vite@latest <app-name>

Categories:

Updated: