- Node v22
- Typescript v5
- React v19
- React router v7
- TailwindCSS v3
- DaisyUI
- Vitest
- Vite
- Yarn
- ESlint
- Plugins: eslint (recommended), tseslint (strict), react (recommended, rules of hooks), jsxa11y (strict), config-prettier
- Husky
- Available hooks: post-install, pre-commit (lint & format), commit-msg (conventional commit rules), pre-push (build & test)
- Lint-staged
- Will only run checks on staged files
Install the dependencies:
yarn
Start the development server with HMR:
yarn dev
Your application will be available at http://localhost:3000
.
Create a production build:
yarn build