{"id":22261677,"url":"https://github.com/anasyakubu/react-vite-ts-starter","last_synced_at":"2025-10-13T12:31:50.833Z","repository":{"id":265936226,"uuid":"896923922","full_name":"anasyakubu/react-vite-ts-starter","owner":"anasyakubu","description":"React Vite Starter with Tailwind CSS, Axios, React Icons, and Sass. This project is built with modern tools to quickly bootstrap a React app with Vite typescript, Tailwind CSS, and essential libraries like Axios and React Icons.","archived":false,"fork":false,"pushed_at":"2024-12-01T16:54:04.000Z","size":56,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-30T20:35:54.753Z","etag":null,"topics":["axios","javascript","nodejs","npm-package","prettier","scss","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/react-vite-ts-starter","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anasyakubu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-01T16:32:39.000Z","updated_at":"2024-12-09T21:07:05.000Z","dependencies_parsed_at":"2024-12-01T16:48:20.857Z","dependency_job_id":null,"html_url":"https://github.com/anasyakubu/react-vite-ts-starter","commit_stats":null,"previous_names":["anasyakubu/react-vite-ts-starter"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anasyakubu%2Freact-vite-ts-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anasyakubu%2Freact-vite-ts-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anasyakubu%2Freact-vite-ts-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anasyakubu%2Freact-vite-ts-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anasyakubu","download_url":"https://codeload.github.com/anasyakubu/react-vite-ts-starter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236347677,"owners_count":19134727,"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":["axios","javascript","nodejs","npm-package","prettier","scss","tailwindcss","typescript"],"created_at":"2024-12-03T09:13:45.776Z","updated_at":"2025-10-13T12:31:45.491Z","avatar_url":"https://github.com/anasyakubu.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## **React Vite Starter with Tailwind CSS, Axios, React Icons, and Sass**\n\nWelcome to the React Vite Starter project! This project is built with modern tools to quickly start a React app with Vite, Tailwind CSS, and essential libraries like Axios and React Icons.\n\n---\n\n## **Usage**\n\n```bash\nnpx react-vite-ts-starter\n```\n\n```bash\nmkdir my-new-project\ncd my-new-project\nnpx react-vite-ts-starter\n\n```\n\n### **Table of Contents**\n\n- [Features](#features)\n- [Prerequisites](#prerequisites)\n- [Installation](#installation)\n- [Project Structure](#project-structure)\n- [Available Scripts](#available-scripts)\n- [Customization](#customization)\n- [Contributing](#contributing)\n\n---\n\n## **Features**\n\n- ⚡ **Vite** - Fast and optimized React development experience.\n- 🎨 **Tailwind CSS** - Utility-first CSS framework for rapid UI development.\n- 🔗 **React Router** - Simple and declarative routing.\n- 🔗 **Axios** - Promise-based HTTP client.\n- 🎉 **React Icons** - Thousands of popular icons as components.\n- 🎨 **Sass** - Powerful CSS preprocessor.\n\n---\n\n## **Prerequisites**\n\nMake sure you have the following installed:\n\n- [Node.js](https://nodejs.org/) (v16 or higher)\n- [npm](https://www.npmjs.com/) or [yarn](https://yarnpkg.com/)\n\n---\n\n## **Installation**\n\nFollow these steps to set up and run the project on your local machine.\n\n### 1. Clone the repository\n\n```bash\ngit clone https://github.com/anasyakubu/react-vite-ts-starter.git\ncd react-vite-js-starter\n```\n\n### 2. Install dependencies\n\nThis command will install all required dependencies, including React, Tailwind CSS, Axios, React Icons, and Sass.\n\n```bash\nnpm install\n```\n\n### 3. Start the development server\n\nRun the following command to start the development server:\n\n```bash\nnpm run dev\n```\n\nOpen [http://localhost:5173](http://localhost:5173) to view the app in the browser.\n\n---\n\n## **Project Structure**\n\n```\n├── public/              # Static files\n├── src/                 # Source files\n│   ├── home/            # Home component\n│   │   └── Home.tsx     # Main Home page component\n│   ├── App.tsx          # Main application component\n│   ├── main.tsx         # Application entry point\n│   ├── index.css        # Tailwind CSS imports\n│   └── App.css          # Additional CSS (optional)\n├── tailwind.config.ts   # Tailwind CSS configuration\n├── postcss.config.ts    # PostCSS configuration\n├── package.json         # Project metadata and dependencies\n└── README.md            # Project documentation\n```\n\n---\n\n## **Available Scripts**\n\n| Script            | Description                       |\n| ----------------- | --------------------------------- |\n| `npm install`     | Installs all dependencies         |\n| `npm run dev`     | Starts the development server     |\n| `npm run build`   | Builds the project for production |\n| `npm run preview` | Previews the production build     |\n\n---\n\n## **Customization**\n\nYou can customize the project as per your requirements.\n\n### 1. **Updating the Home Page**\n\nTo modify the home page:\n\n- Edit the file `src/home/Home.jsx`.\n\n### 2. **Adding New Routes**\n\nTo add new pages and routes:\n\n1. Create a new component in the `src/pages` folder (e.g., `About.tsx`).\n2. Update `App.tsx` to include the new route:\n\n```jsx\n\u003cRoutes\u003e\n  \u003cRoute path=\"/\" element={\u003cHome /\u003e} /\u003e\n  \u003cRoute path=\"/about\" element={\u003cAbout /\u003e} /\u003e\n\u003c/Routes\u003e\n```\n\n### 3. **Tailwind CSS Customization**\n\nYou can extend the Tailwind CSS theme by editing the `tailwind.config.ts` file:\n\n```javascript\nmodule.exports = {\n  theme: {\n    extend: {\n      colors: {\n        primary: \"#1E40AF\",\n      },\n    },\n  },\n};\n```\n\n---\n\n## **Contributing**\n\nContributions are welcome!  \nTo contribute:\n\n1. Fork the repository.\n2. Create a new branch for your feature or bug fix.\n3. Commit your changes.\n4. Submit a pull request.\n\n---\n\n## **License**\n\nThis project is licensed under the [MIT License](LICENSE).\n\n---\n\n## **Contact**\n\n- **Author:** Anas Yakubu\n- **GitHub:** [https://github.com/anasyakubu](https://github.com/anasyakubu)\n- **Portfolio:** [https://anasyakubu.vercel.app](https://anasyakubu.vercel.app)\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanasyakubu%2Freact-vite-ts-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanasyakubu%2Freact-vite-ts-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanasyakubu%2Freact-vite-ts-starter/lists"}