A template for starting develop React application using vite
Client: React, React-Router-Dom v6, Typescript, Vite v3
Testing: Vitest, Testing-library
Code Quality: Eslint, Prettier, Airbnb Style Guides
Clone the project
Clone the project
git clone https://github.com/shaddamalbz/React-Typescript-Vite-Starter
cd my-project
yarn install
Start the server
yarn dev
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
To run tests, run the following command
yarn test
For Coverage
yarn coverage