{"id":18107789,"url":"https://github.com/ar10dev/solid-tailwind-ts-vite-router","last_synced_at":"2025-04-13T22:33:39.932Z","repository":{"id":37328162,"uuid":"420086337","full_name":"AR10Dev/solid-tailwind-ts-vite-router","owner":"AR10Dev","description":"Solid + Tailwind CSS + TypeScript + Vite + ESLint + Prettier + File based Routing Starter template","archived":false,"fork":false,"pushed_at":"2025-04-11T14:54:58.000Z","size":1241,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-11T15:54:50.644Z","etag":null,"topics":["eslint","prettier","solidjs","starter-template","tailwindcss","typescript","vitejs"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/AR10Dev.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,"zenodo":null}},"created_at":"2021-10-22T12:15:32.000Z","updated_at":"2025-04-11T14:54:45.000Z","dependencies_parsed_at":"2023-10-03T00:35:30.983Z","dependency_job_id":"c43b1cdf-722f-4323-ab7a-6b2a87d71ad6","html_url":"https://github.com/AR10Dev/solid-tailwind-ts-vite-router","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AR10Dev%2Fsolid-tailwind-ts-vite-router","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AR10Dev%2Fsolid-tailwind-ts-vite-router/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AR10Dev%2Fsolid-tailwind-ts-vite-router/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AR10Dev%2Fsolid-tailwind-ts-vite-router/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AR10Dev","download_url":"https://codeload.github.com/AR10Dev/solid-tailwind-ts-vite-router/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248790790,"owners_count":21162090,"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":["eslint","prettier","solidjs","starter-template","tailwindcss","typescript","vitejs"],"created_at":"2024-10-31T23:13:32.175Z","updated_at":"2025-04-13T22:33:39.888Z","avatar_url":"https://github.com/AR10Dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Solid](https://solidjs.com) + [Tailwind CSS](https://tailwindcss.com) + [TypeScript](https://typescriptlang.org) + [Vite](https://vitejs.dev) Starter\n\nA starter template for Solid that comes preconfigured with [Vite](https://vitejs.dev),\n[TypeScript](https://typescriptlang.org), [Tailwind CSS](https://tailwindcss.com), [ESLint](https://eslint.org), [Prettier](https://prettier.io), HMR and file based routing.\n\n## Features\n\n- ⚡️ [Solid](https://solidjs.com) \u0026 [Vite](https://vitejs.dev) - Simple and performant reactivity for building user interfaces.\n\n- 🗂 [File based routing](https://github.com/AR10Dev/solid-tailwind-ts-vite-router/tree/master/src/pages)\n\n- 🎨 [Tailwind CSS](https://tailwindcss.com) - A utility-first CSS framework for rapid UI development.\n\n- 💪 [TypeScript](https://typescriptlang.org) - it's JavaScript with syntax for types.\n\n- 👌 [ESLint](https://eslint.org) + [Prettier](https://prettier.io) - ESLint find problems in your code and Prettier format your code for an easy life.\n\n\u003cbr\u003e\n\n## Try it now!\n\n### GitHub Template\n\n[Create a repo from this template on GitHub](https://github.com/AR10Dev/solid-tailwind-ts-vite-router/generate)\n\n### Clone to local\n\nIf you prefer to do it manually with the cleaner git history\n\n```bash\nnpx degit AR10Dev/solid-tailwind-ts-vite-router my-app\ncd my-app\nnpm install # or pnpm install or yarn install\n```\n\n## Checklist\n\nWhen you use this template, follow the checklist to update your info properly\n\n- [ ] Rename `name`, `version` and `author` field in `package.json`\n- [ ] Change the author name in `LICENSE`\n- [ ] Clean up the READMEs\n- [ ] Optional: Remove the `.github` folder which contains the github actions and the renovate config\n- [ ] Enjoy 😉\n\n## Usage\n\n### Development\n\n```bash\nnpm run dev # or pnpm dev or yarn dev\n```\n\nRuns the app in the development mode.\u003cbr\u003e\nOpen [http://localhost:5173](http://localhost:5173) to view it in the browser.\n\nThe page will reload automatically if you make edits.\u003cbr\u003e\n\n### Build\n\n```bash\nnpm run build # or pnpm build or yarn build\n```\n\nBuilds the app for production to the `dist` folder.\u003cbr\u003e\nIt correctly bundles Solid in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\u003cbr\u003e\nYour app is ready to be deployed!\n\n## Deployment\n\nYou can deploy the `dist` folder to any static host provider (netlify, surge, now, etc.)\n\n\n## Variations\n\nThe following list provides maintained templates variations with different preferences and feature sets.\n\n- [**solid-tailwind-ts-vite**](https://github.com/AR10Dev/solid-tailwind-ts-vite) - The base for this template\n\n- [**tauri-solid-ts-tailwind-vite**](https://github.com/AR10Dev/tauri-solid-ts-tailwind-vite) - Based on this template, it offers the integration with Tauri\n\n- [solidjs/templates](https://github.com/solidjs/templates) - Solid templates created by Solid Team\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Far10dev%2Fsolid-tailwind-ts-vite-router","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Far10dev%2Fsolid-tailwind-ts-vite-router","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Far10dev%2Fsolid-tailwind-ts-vite-router/lists"}