A frontend starter template to help you kick start your projects
- React
- TypeScript
- Tailwind CSS – CSS framework
- Zustand – For state management
- Axios – For API requests
- React Router DOM – Routing for React
- React Query – async state management (caching, fetching, etc.)
- Prettier – Code formatter
git clone https://github.com/Naaylla/react-ts-starter
cd react-ts-starternpm inpm run devThis project uses Prettier for automatic code formatting, along with the prettier-plugin-tailwindcss for sorting Tailwind classes.
To format your code:
npm run formatPull requests are welcome! ❤️ Feel free to fork this repo or suggest features.