https://github.com/alexz7000/clean-react-template
Clean Arch + React + Typescript + SWC + Vite + TailwindCSS + Eslint + Prettier + Husky + Jest + Testing library template
https://github.com/alexz7000/clean-react-template
babel eslint html husky jest postcss prettier react reactts setup simple swc tailwind tailwind-css tailwindcss template testing-library type typescript vite
Last synced: 5 months ago
JSON representation
Clean Arch + React + Typescript + SWC + Vite + TailwindCSS + Eslint + Prettier + Husky + Jest + Testing library template
- Host: GitHub
- URL: https://github.com/alexz7000/clean-react-template
- Owner: alexZ7000
- License: mit
- Created: 2024-03-21T14:56:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-08T11:28:22.000Z (7 months ago)
- Last Synced: 2025-08-08T13:19:03.376Z (7 months ago)
- Topics: babel, eslint, html, husky, jest, postcss, prettier, react, reactts, setup, simple, swc, tailwind, tailwind-css, tailwindcss, template, testing-library, type, typescript, vite
- Language: JavaScript
- Homepage:
- Size: 570 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
React + TypeScript + SWC + Vite + Tailwind + Eslint + Prettier + Husky + Jest + Testing Library
🐶

This template provides a minimal setup to get React working in Vite with HMR
with ESLint/PRETTIER rules, and Husky to automate the process.
In root folder run this command
```node
npm install
```
Template made in NodeJS: 22.17.0
If you have problems with Husky or doing commits in general, you can run the
command below to remove the hooks:
```bash
git config --local --unset-all core.hooksPath
```