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
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:
git config --local --unset-all core.hooksPath