@sabashavidze/create-vite-react-ts-app

1.1.1 • Public • Published

Create React App with vite/vitest/typescript/eslint/prettier

Logo

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 dev
  • or If you've previously installed @sabashavidze/create-vite-react-ts-app globally via npm install --location=global @sabashavidze/create-vite-react-ts-app, we recommend you uninstall the package using npm uninstall --location=global @sabashavidze/create-vite-react-ts-app or yarn global remove @sabashavidze/create-vite-react-ts-app to 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

/@sabashavidze/create-vite-react-ts-app/

    Package Sidebar

    Install

    npm i @sabashavidze/create-vite-react-ts-app

    Weekly Downloads

    1

    Version

    1.1.1

    License

    none

    Unpacked Size

    10.6 kB

    Total Files

    19

    Last publish

    Collaborators

    • sabashavidze