/react-ts-vite-starter

React Typescript Vite Starter

Primary LanguageTypeScript

Quodalia - React TypeScript Vite Starter

This is a React + TypeScript starter built with Vite.

What's inside?

Getting started

  1. Create the project.

    npx degit quodalia/react-ts-vite-starter my-app
  2. Access the project directory.

    cd my-app
  3. Initialize a git repository.

    git init
  4. Install dependencies.

    yarn install
  5. Start dev server with hot reload at http://localhost:5173.

    yarn dev

Recommended VS Code extensions

Other commands

Lint commands

yarn lint

Format commands

yarn format

Build commands

yarn build

Run the app in production mode at http://localhost:4173.

yarn preview

License

This project is licensed under the MIT License.