{"id":20717626,"url":"https://github.com/hashim21223445/solid-quickstart","last_synced_at":"2026-04-10T14:34:56.268Z","repository":{"id":270661779,"uuid":"753859906","full_name":"hashim21223445/solid-quickstart","owner":"hashim21223445","description":"# Andoka-2 H.5 Andoka now TV ","archived":false,"fork":false,"pushed_at":"2025-01-06T16:28:09.000Z","size":177,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-17T22:13:42.413Z","etag":null,"topics":["android","angular","api","automation","aws","express","firebase","html","java","javascript","jquery","js","laravel","mongoose","python","typescript","unit-testing","unity","youtube","zsh"],"latest_commit_sha":null,"homepage":"https://www.facebook.com/profile.php?id=100083360731206","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/hashim21223445.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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-02-06T23:23:08.000Z","updated_at":"2024-12-31T08:13:21.000Z","dependencies_parsed_at":"2025-01-02T08:27:48.268Z","dependency_job_id":"9758093e-07e6-4f39-8cf7-a27dffb54027","html_url":"https://github.com/hashim21223445/solid-quickstart","commit_stats":null,"previous_names":["hashim21223445/solid-quickstart"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashim21223445%2Fsolid-quickstart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashim21223445%2Fsolid-quickstart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashim21223445%2Fsolid-quickstart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashim21223445%2Fsolid-quickstart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hashim21223445","download_url":"https://codeload.github.com/hashim21223445/solid-quickstart/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242990116,"owners_count":20217924,"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":["android","angular","api","automation","aws","express","firebase","html","java","javascript","jquery","js","laravel","mongoose","python","typescript","unit-testing","unity","youtube","zsh"],"created_at":"2024-11-17T03:09:29.307Z","updated_at":"2025-12-30T18:52:00.695Z","avatar_url":"https://github.com/hashim21223445.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SolidStart\n\n![Netlify + Solid](https://user-images.githubusercontent.com/43764894/223558736-6cf48156-2316-419d-8be9-e318ecf0e4be.png)\n\n\n\nA Solid Quickstart template that will get you started with everything you need to build a Solid project, powered by [`solid-start`](https://github.com/ryansolid/solid-start/tree/master/packages/solid-start);\n\nClick the below button to quickly create a new repo, create a new Netlify project, and deploy!\n\n[![Deploy to Netlify Button](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/netlify-templates/solid-quickstart?utm_campaign=template-team\u0026utm_source=dtn-button\u0026utm_medium=dtn-button\u0026utm_term=solid-qt-dtn-button\u0026utm_content=solid-qt-dtn-button)\n\n## Table of Contents\n- [Project Structure](#project-structure)\n- [Getting Started](#getting-started)\n- [Building](#building)\n- [Deploying using the Netlify CLI](#deploying-using-the-netlify-cli)\n\n## Project Structure\n\nInside of your Solidjs project, you'll see the following folders and files:\n\n```\n/\n├── public/\n│   └── favicon.ico\n├── src/\n│   ├── components/\n│   │   └── Counter.css\n│   │   └── Counter.tsx\n│   └── routes/\n│       └── [...404].tsx\n│       └── index.tsx\n├── entry-client.tsx\n├── entry-server.tsx\n├── root.css\n├── root.tsx\n├── package.json\n└── vite.config.json\n```\n\n## Getting Started\n\nIf you want to get started locally, you can clone the project, install the dependencies and run the dev command!\n\n```\ngit clone https://github.com/netlify-templates/solid-quickstart.git\ncd solid-quickstart\nnpm install\nnpm run dev\n# or start the server and open the app in a new browser tab\nnpm run dev -- --open\n```\n\n## Building\n\nSolid apps are built with _adapters_, which optimise your project for deployment to different environments.\n\nBy default, `npm run build` will generate a Node app that you can run with `npm start`. To use a different adapter, add it to the `devDependencies` in `package.json` and specify in your `vite.config.js`.\n\n## Deploying using the Netlify CLI\n- Install the Netlify CLI globally `npm install netlify-cli -g`\n    \n- Run `npm run build`\n\n- Then use the `netlify deploy` for a deploy preview link or `netlify deploy --prod` to deploy to production\n\nHere are a few other ways you can deploy this template:\n    \n- Use the Netlify CLI's create from template command `netlify sites:create-template solid-quickstart` which will create a repo, Netlify project, and deploy it\n    \n- If you want to utilize continuous deployment through GitHub webhooks, run the Netlify command `netlify init` to create a new project based on your repo or `netlify link` to connect your repo to an existing project\n\nHope this template helps :) Happy coding 👩🏻‍💻!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhashim21223445%2Fsolid-quickstart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhashim21223445%2Fsolid-quickstart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhashim21223445%2Fsolid-quickstart/lists"}