This is a frontend client build with Vite, React 18, TypeScript, Vitest, Testing Library, TailwindCSS 3, Eslint and Prettier.
This project uses many tools like:
Install dependencies.
npm installServe with hot reload at http://localhost:5173.
npm run devnpm run lintnpm run typechecknpm run buildnpm run testView and interact with your tests via UI.
npm run test:uiThis project is licensed under the MIT License.