Skip to content

shaddamalbz/React-Typescript-Vite-Starter

Repository files navigation

React + TypeScript + Vite Starter

A template for starting develop React application using vite

Tech Stack

Client: React, React-Router-Dom v6, Typescript, Vite v3

Testing: Vitest, Testing-library

Code Quality: Eslint, Prettier, Airbnb Style Guides

Run Locally

Clone the project

Using base starter

Clone the project

  git clone https://github.com/shaddamalbz/React-Typescript-Vite-Starter
  cd my-project
  yarn install

Start the server

  yarn dev

Using starter with tailwindcss

Clone the project

  git clone https://github.com/shaddamalbz/React-Typescript-Vite-Starter
  cd my-project
  git pull origin tailwind
  yarn install

Start the server

  yarn dev

Running Tests

To run tests, run the following command

  yarn test

For Coverage

  yarn coverage

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published