{"id":21147437,"url":"https://github.com/ashsajal1/react-tsx-tailwind-template","last_synced_at":"2025-03-14T14:10:38.550Z","repository":{"id":238260501,"uuid":"796200941","full_name":"ashsajal1/react-tsx-tailwind-template","owner":"ashsajal1","description":"React, Typescript, TailwindCSS starter template.","archived":false,"fork":false,"pushed_at":"2025-02-22T05:36:57.000Z","size":376,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T06:24:32.664Z","etag":null,"topics":["css","html","javascript","react","react-hot-toast","react-icons","shadcn","shadcn-ui","starter-template","template","typescript","web","webdevelopment"],"latest_commit_sha":null,"homepage":"https://react-tsx-tailwind-template.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ashsajal1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-05T08:41:07.000Z","updated_at":"2025-02-22T05:37:01.000Z","dependencies_parsed_at":"2024-05-28T14:23:00.465Z","dependency_job_id":"473dc909-244e-4e93-a950-fb0c11c6399e","html_url":"https://github.com/ashsajal1/react-tsx-tailwind-template","commit_stats":null,"previous_names":["ashsajal1/react-tsx-tailwind-tempalte"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashsajal1%2Freact-tsx-tailwind-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashsajal1%2Freact-tsx-tailwind-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashsajal1%2Freact-tsx-tailwind-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashsajal1%2Freact-tsx-tailwind-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ashsajal1","download_url":"https://codeload.github.com/ashsajal1/react-tsx-tailwind-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243589345,"owners_count":20315471,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","html","javascript","react","react-hot-toast","react-icons","shadcn","shadcn-ui","starter-template","template","typescript","web","webdevelopment"],"created_at":"2024-11-20T09:02:13.506Z","updated_at":"2025-03-14T14:10:38.526Z","avatar_url":"https://github.com/ashsajal1.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React TSX Tailwind Template\n\nWelcome to the **React TSX Tailwind Template** repository! This template provides a robust starting point for creating modern, responsive web applications using React, TypeScript, and Tailwind CSS. It's designed to help you quickly set up a new project with best practices and essential configurations already in place.\n\n## Table of Contents\n\n- [Features](#features)\n- [Getting Started](#getting-started)\n  - [Prerequisites](#prerequisites)\n  - [Installation](#installation)\n- [Usage](#usage)\n  - [Running the Project](#running-the-project)\n  - [Building the Project](#building-the-project)\n- [Project Structure](#project-structure)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Features\n\n- **React**: A JavaScript library for building user interfaces.\n- **TypeScript**: A typed superset of JavaScript that compiles to plain JavaScript.\n- **Tailwind CSS**: A utility-first CSS framework for rapid UI development.\n- **React Router**: Declarative routing for React.\n- **Linting and Formatting**: ESLint and Prettier are configured to maintain code quality and consistency.\n- **Dark Mode Support**: Easily switch between light and dark themes.\n\n## Getting Started\n\nFollow these instructions to set up and run the project on your local machine.\n\n### Prerequisites\n\n- **Node.js**: Ensure you have Node.js installed. Download it from [nodejs.org](https://nodejs.org/).\n- **Pnpm**: We use Pnpm as our package manager. Install it globally using npm:\n  ```sh\n  npm install -g pnpm \n  ```\n\n### Installation\n\n1. **Clone the repository**:\n   ```sh\n   git clone https://github.com/ashsajal1/react-tsx-tailwind-template.git\n   ```\n2. **Navigate into the project directory**:\n   ```sh\n   cd react-tsx-tailwind-template\n   ```\n3. **Install the dependencies**:\n   ```sh\n   pnpm install\n   ```\n\n## Usage\n\n### Running the Project\n\nTo start the development server, run:\n```sh\npnpm dev\n```\nThis will launch the app in development mode. Open [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\n### Building the Project\n\nTo create a production-ready build, run:\n```sh\npnpm build\n```\nThe optimized build will be output to the `build` folder.\n\n## Project Structure\n\nHere is an overview of the project structure:\n\n```\nreact-tsx-tailwind-template/\n├── public/              # Static files\n├── src/\n│   ├── components/      # Reusable components\n│   ├── features/        # Redux slices and features\n│   ├── hooks/           # Custom hooks\n│   ├── lib/             # Utility functions and types\n│   ├── pages/           # Page components\n│   ├── styles/          # Tailwind CSS configuration and global styles\n│   ├── App.tsx          # Main App component\n│   ├── index.tsx        # Entry point for React\n│   ├── routes.tsx       # React Router setup\n│   └── ...              # Other configuration files and utils\n├── .eslintrc.js         # ESLint configuration\n├── .prettierrc          # Prettier configuration\n├── tailwind.config.js   # Tailwind CSS configuration\n├── tsconfig.json        # TypeScript configuration\n├── package.json         # Project metadata and scripts\n└── pnpm-lock.yaml       # Yarn lockfile\n```\n\n## Contributing\n\nContributions are welcome! If you have any ideas, suggestions, or improvements, feel free to open an issue or create a pull request. Please ensure your changes follow the project's coding standards and conventions.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n---\n\nThank you for using the React TSX Tailwind Template! If you have any questions or need further assistance, please don't hesitate to reach out. Happy coding! 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashsajal1%2Freact-tsx-tailwind-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fashsajal1%2Freact-tsx-tailwind-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashsajal1%2Freact-tsx-tailwind-template/lists"}