1.1.1 • Published 3 years ago
@sabashavidze/create-vite-react-ts-app v1.1.1
Create React App with vite/vitest/typescript/eslint/prettier
Create React apps with no build configuration.
Quick Overview
There are 2 ways to create react app :
npx @sabashavidze/create-vite-react-ts-app your-app-name cd your-app-name npm run devor If you've previously installed
@sabashavidze/create-vite-react-ts-appglobally vianpm install --location=global @sabashavidze/create-vite-react-ts-app, we recommend you uninstall the package usingnpm uninstall --location=global @sabashavidze/create-vite-react-ts-apporyarn global remove @sabashavidze/create-vite-react-ts-appto ensure that npx always uses the latest version.
Otherwise if you globally installed it, just run :
```
npx create-vite-react-ts-app your-app-name
```