A React boilerplate with Typescript using Vite. Includes React-query, Zustand, Tailwindcss, EsLint + Prettier, Husky Commit Lint, Jest with PWA support
React Query, Zustand, TypeScript & Vite Boilerplate is a template repository that allows users to quickly set up a project using React, React Query, Zustand, TypeScript, and Vite. It aims to provide a scalable structure and essential configurations to kick-start the development of your next application.
To get started with the template repository, follow these steps:
You can clone the repository by running the following command:
git clone [repository_url]
Install the required dependencies by navigating to the project directory and running the following command:
npm install
To run the project locally, execute the following command:
npm start
React Query, Zustand, TypeScript & Vite Boilerplate is a template repository that provides a comprehensive set of tools and configurations for developing React applications. With features like state management, data fetching, TypeScript support, and code linting, it offers a solid foundation for building scalable and maintainable projects. The boilerplate also includes example components to help users get started quickly.