{"id":16593665,"url":"https://github.com/safdarjamal/vite-template-react","last_synced_at":"2025-03-16T21:30:37.195Z","repository":{"id":37620516,"uuid":"364986769","full_name":"SafdarJamal/vite-template-react","owner":"SafdarJamal","description":"A Vite + React starter template.","archived":false,"fork":false,"pushed_at":"2024-01-07T14:06:05.000Z","size":393,"stargazers_count":90,"open_issues_count":0,"forks_count":54,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-10-12T23:43:45.322Z","etag":null,"topics":["boilerplate","boilerplate-application","frontend","hmr","react","reactjs","vite","vite-template-react","vitejs"],"latest_commit_sha":null,"homepage":"https://vite-template-react.surge.sh","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/SafdarJamal.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":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-06T17:25:02.000Z","updated_at":"2024-09-16T19:53:25.000Z","dependencies_parsed_at":"2023-11-10T17:27:00.392Z","dependency_job_id":"caedc00e-123d-4584-aafb-c6fbd8973cee","html_url":"https://github.com/SafdarJamal/vite-template-react","commit_stats":null,"previous_names":[],"tags_count":5,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SafdarJamal%2Fvite-template-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SafdarJamal%2Fvite-template-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SafdarJamal%2Fvite-template-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SafdarJamal%2Fvite-template-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SafdarJamal","download_url":"https://codeload.github.com/SafdarJamal/vite-template-react/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243830915,"owners_count":20354850,"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":["boilerplate","boilerplate-application","frontend","hmr","react","reactjs","vite","vite-template-react","vitejs"],"created_at":"2024-10-11T23:43:45.997Z","updated_at":"2025-03-16T21:30:36.781Z","avatar_url":"https://github.com/SafdarJamal.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  Vite Template React\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/SafdarJamal/vite-template-react/releases\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/v/release/SafdarJamal/vite-template-react\" alt=\"GitHub Release (latest by date)\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/SafdarJamal/vite-template-react/blob/main/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/SafdarJamal/vite-template-react\" alt=\"License\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    A \u003ca href=\"https://vitejs.dev\"\u003eVite\u003c/a\u003e + \u003ca href=\"https://react.dev\"\u003eReact\u003c/a\u003e starter template.\n\u003c/p\u003e\n\n![Vite Template React](https://github.com/SafdarJamal/vite-template-react/assets/48409548/4b1eb99e-01b8-4752-91c0-76930e7948c1)\n\n## Folder Structure\n\nNo configuration or complicated folder structures, just the files you need to build your app:\n\n```\nvite-template-react\n├── node_modules\n├── public\n│   ├── favicon.svg\n│   └── robots.txt\n└── src\n    ├── App.css\n    ├── App.jsx\n    ├── App.test.jsx\n    ├── index.css\n    ├── index.jsx\n    └── logo.svg\n    └── setupTests.js\n├── .gitignore\n├── index.html\n├── package.json\n├── README.md\n├── vite.config.js\n```\n\n## Development\n\nTo get a local copy of the code, clone it using git:\n\n```\ngit clone https://github.com/SafdarJamal/vite-template-react.git\ncd vite-template-react\n```\n\nMake it your own:\n\n```\nrm -rf .git \u0026\u0026 git init \u0026\u0026 npm init\ngit add .\ngit commit -m \"Initial commit\"\n```\n\nInstall dependencies:\n\n```\nnpm i\n```\n\nNow, you can start a local web server by running:\n\n```\nnpm start\n```\n\nAnd then open http://localhost:3000 to view it in the browser.\n\n#### Available Scripts\n\nIn this project, you can run the following scripts:\n\n| Script        | Description                                             |\n| ------------- | ------------------------------------------------------- |\n| npm start     | Runs the app in the development mode.                   |\n| npm test      | Launches the test runner in the interactive watch mode. |\n| npm run build | Builds the app for production to the `dist` folder.     |\n| npm run serve | Serves the production build from the `dist` folder.     |\n\n## Credits\n\nVite Template React is built and maintained by [Safdar Jamal](https://safdarjamal.github.io).\n\n## License\n\nThis project is licensed under the terms of the [MIT license](https://github.com/SafdarJamal/vite-template-react/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsafdarjamal%2Fvite-template-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsafdarjamal%2Fvite-template-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsafdarjamal%2Fvite-template-react/lists"}