{"id":18106768,"url":"https://github.com/hungds99/react-typescript-boilerplate","last_synced_at":"2026-05-05T09:33:01.461Z","repository":{"id":258902542,"uuid":"875441474","full_name":"hungds99/react-typescript-boilerplate","owner":"hungds99","description":"Minimal setup to get React working in Vite with HMR and some ESLint rules.","archived":false,"fork":false,"pushed_at":"2024-10-21T10:34:25.000Z","size":222,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T06:45:26.628Z","etag":null,"topics":["boilerplate","react","shadcn-ui","tailwind-css","typescript","vite"],"latest_commit_sha":null,"homepage":"https://react-typescript-boilerplate-kohl.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/hungds99.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-10-20T01:40:59.000Z","updated_at":"2024-10-21T10:34:28.000Z","dependencies_parsed_at":"2024-12-19T14:47:52.309Z","dependency_job_id":"3fd329a3-094c-4565-b0a2-da490e7108d3","html_url":"https://github.com/hungds99/react-typescript-boilerplate","commit_stats":null,"previous_names":["hungds99/react-typescript-boilerplate"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hungds99/react-typescript-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hungds99%2Freact-typescript-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hungds99%2Freact-typescript-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hungds99%2Freact-typescript-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hungds99%2Freact-typescript-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hungds99","download_url":"https://codeload.github.com/hungds99/react-typescript-boilerplate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hungds99%2Freact-typescript-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32643695,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"online","status_checked_at":"2026-05-05T02:00:06.033Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["boilerplate","react","shadcn-ui","tailwind-css","typescript","vite"],"created_at":"2024-10-31T23:07:58.894Z","updated_at":"2026-05-05T09:33:01.441Z","avatar_url":"https://github.com/hungds99.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React + TypeScript + Vite + Tailwind CSS Boilerplate\n\nA minimal and efficient boilerplate for building modern web applications with **React**, **TypeScript**, **Vite**, **Tailwind CSS**, and **shadcn/ui**. This setup provides a fast and scalable development environment with a focus on styling and UI components.\n\n## Key Features\n\n- ⚡ **Vite**: Super-fast development server and build tool.\n- 🛠 **TypeScript**: Strict type-checking for better code management.\n- 🎨 **Tailwind CSS**: Utility-first CSS framework for rapid UI development.\n- 🧩 **shadcn/ui**: Pre-built, customizable, and accessible UI components.\n- 💅 **ESLint \u0026 Prettier**: Enforces consistent code quality and formatting.\n- 🚀 **Optimized production build**: Ready for deployment.\n\n## Tech Stack\n\n- **React**: Component-based UI library for building user interfaces.\n- **TypeScript**: Type-safe JavaScript for scalable, maintainable code.\n- **Tailwind CSS**: Utility-first CSS framework for styling.\n- **Vite**: Fast development server and build tool.\n- **shadcn/ui**: Component library for quickly building modern UIs.\n\n## How to Get Started\n\nFollow these instructions to get the project up and running locally.\n\n### 1. Clone the repository\n\n```bash\ngit clone https://github.com/hungds99/react-typescript-boilerplate.git\n```\n\n### 2. Navigate into the project directory\n\n```bash\ncd react-typescript-boilerplate\n```\n\n### 3. Install dependencies\n\nMake sure **Node.js** is installed. Then, install the required dependencies:\n\nUsing **npm**:\n\n```bash\nnpm install\n```\n\n### 4. Start the development server\n\nRun the development server and start building your app:\n\nUsing **npm**:\n\n```bash\nnpm run dev\n```\n\nThis will start the server at [http://localhost:5173](http://localhost:5173). Open this URL in your browser to see the running app.\n\n### 5. Build for production (optional)\n\nWhen you're ready to build your app for production:\n\nUsing **npm**:\n\n```bash\nnpm run build\n```\n\nThe production build will be generated in the `dist` folder.\n\n### 6. Preview the production build\n\nTo preview the production build locally:\n\nUsing **npm**:\n\n```bash\nnpm run preview\n```\n\nThis will serve the build at [http://localhost:4173](http://localhost:4173).\n\n## Deployment\n\n### Deploying to Vercel\n\nYou can easily deploy this project using [Vercel](https://vercel.com/):\n\n1. Push your code to GitHub.\n2. Go to [Vercel](https://vercel.com/), connect your GitHub account, and import your repository.\n3. Follow the steps to deploy. Vercel will automatically build and deploy the app for you.\n\nAlternatively, you can deploy the `dist` folder to any static hosting service like [Netlify](https://www.netlify.com/) or [GitHub Pages](https://pages.github.com/).\n\n## Contributing\n\nContributions are welcome! If you'd like to contribute, feel free to fork the repository and submit a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhungds99%2Freact-typescript-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhungds99%2Freact-typescript-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhungds99%2Freact-typescript-boilerplate/lists"}