- Vite
- Eslint, TypeScript-Eslint, Eslint-airbnb-config, Prettier
- Vitest, Jsdom, Testing-Library
- React-Router v6
Clone the repo & Enter into the folder
https://github.com/spantheslayer/vite-template.git && cd vite-template
Install all the packages required
yarn install
Run the dev server
yarn dev
To run the example test
yarn test