Scaffold a react app with vite, eslint and prettier
-
install:
npm i -g yo generator-vite-react-typescript
-
run:
yo vite-react-typescript
--skip-install
disable auto package manager installation
It will ask for
-
Project Name: which will be used on package.json
name
field and index.html<title>
-
Package manaagr: Choose the package manager you are going to use
-
npm
-
yarn
-
pnpm
-
MIT