ts-react-tailwind-starter

A React.js template with Vite that packed with all the essential libraries

APACHE-2.0 License

Stars
0
Committers
1

Lightweight React JS + Vite Starter Kit Template

https://github.com/user-attachments/assets/2ee04f33-57dd-42d0-80d7-bc173aa76b2e

Description

A React.js template with Vite โšก is super simple and ready to go. It comes packed with all the essential libraries you need for modern frontend development.

Why Vite?

Here is several things that made vite is better bundler out there :

  1. Instant Server Start: No more waiting aroundโ€”start your server instantly.
  2. Lightning Fast HMR: Hot Module Replacement that's truly fast.
  3. Create React App Best Alternative: Skip the unecessary clutter of Create React App ๐Ÿ™‚.
  4. And More: There are plenty of other reasons to love Vite!

If youโ€™re curious to explore Vite further, check out the link

Features

Here is the building blocks of this repository

  • ๐Ÿ“Ÿ Navigation: Configured with React Router DOM for dynamic routing.
  • ๐Ÿ”‹ CSS Frameworks: Tailwind CSS and Daisy UI for rapid UI development with minimal custom styling.
  • ๐Ÿ“Š Code Formatting: Prettier is integrated to ensure consistent code style across the project.
  • ๐Ÿ—‚๏ธ Linting: ESLint is set up to enforce coding standards and best practices.
  • ๐Ÿ“ฎ Pre-commit Hooks: Husky is utilized to run automated checks before code is committed.
  • ๐Ÿ› ๏ธ Lint-Staged: Paired with Husky, lint-staged handles formatting and linting for all staged changes.

Getting Started

  1. Clone the repository :
git clone https://github.com/HellBus1/ts-react-tailwind-starter.git
cd ts-react-tailwind-starter
  1. Install dependencies :
npm install
  1. Run the development server :
npm run dev
  1. Build for production :
npm run build

Getting Started

Contributions are welcome! Please open an issue or submit a pull request.

Supports Me

Want to see more free, high-quality code and articles? Buy me a coffee and make it happen!

Badges
Extracted from project README's
"Buy Me A Coffee"
Related Projects