{"id":16122754,"url":"https://github.com/zanzythebar/solidjstaurimobile","last_synced_at":"2025-03-16T08:32:52.428Z","repository":{"id":103680006,"uuid":"594827507","full_name":"ZanzyTHEbar/SolidJSTauriMobile","owner":"ZanzyTHEbar","description":"🦀 This is a fully-featured Tauri project template using Solid-JS 🦀 ","archived":false,"fork":false,"pushed_at":"2024-10-23T08:25:51.000Z","size":624,"stargazers_count":9,"open_issues_count":12,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-24T22:03:35.774Z","etag":null,"topics":["andoid-app","android","ios","ios-app","mobile","rust","rust-lang","solid-js","solidjs","solidjs-starter","solidjs-template","tauri","tauri-app","template-project"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/ZanzyTHEbar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"ZanzyTHEbar","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2023-01-29T18:59:28.000Z","updated_at":"2024-03-25T05:44:03.000Z","dependencies_parsed_at":"2024-10-25T22:34:12.319Z","dependency_job_id":null,"html_url":"https://github.com/ZanzyTHEbar/SolidJSTauriMobile","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/ZanzyTHEbar%2FSolidJSTauriMobile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZanzyTHEbar%2FSolidJSTauriMobile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZanzyTHEbar%2FSolidJSTauriMobile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZanzyTHEbar%2FSolidJSTauriMobile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZanzyTHEbar","download_url":"https://codeload.github.com/ZanzyTHEbar/SolidJSTauriMobile/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243809865,"owners_count":20351403,"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":["andoid-app","android","ios","ios-app","mobile","rust","rust-lang","solid-js","solidjs","solidjs-starter","solidjs-template","tauri","tauri-app","template-project"],"created_at":"2024-10-09T21:13:36.450Z","updated_at":"2025-03-16T08:32:51.956Z","avatar_url":"https://github.com/ZanzyTHEbar.png","language":"Dockerfile","funding_links":["https://github.com/sponsors/ZanzyTHEbar"],"categories":[],"sub_categories":[],"readme":"# SolidJSTauriMobile\n\nThis  is a streamlined `Tauri` project using `Vite` and `SolidJS`\n\nThis example includes:\n\n- [Tauri](https://tauri.app/)\n- [Tauri Mobile](https://next--tauri.netlify.app/blog/2022/12/09/tauri-mobile-alpha)\n- [JSDoc](https://jsdoc.app/)\n- [Prettier](https://prettier.io/)\n- [ESLint](https://eslint.org/)\n- [TailwindCSS](https://tailwindcss.com/)\n- [Typescript](https://www.typescriptlang.org/)\n- [Proper VSCode Workspace](./my-app/example.code-workspace)\n\n## Usage\n\n```bash\nyarn # or pnpm install or npm install\n```\n\n### Learn more on the [Solid Website](https://solidjs.com) and come chat with us on our [Discord](https://discord.com/invite/solidjs)\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n### `yarn tauri dev`\n\nRuns the app in the development mode.\u003cbr\u003e\n\nAn app should launch on your desktop.\n\nAlternatively open [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\nThe page will reload if you make edits.\u003cbr\u003e\n\n### `yarn docs`\n\nUses `JSDoc` to build a documentation website based on the projects documentation.\n\n### `yarn lint`\n\nRuns `eslint` on all of the included files.\n\n### `yarn format`\n\nUses `Prettier` and the above `yarn lint` command to lint and then format all included file types.\n\n## Deployment\n\nTo build your app, run the following:\n\n```bash\nyarn tauri build\n```\n\nBuilds the app for production to the `src-tauri/target` 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### Mobile Deployment\n\n#### Pre-requisites\n\nNavigate to the [`setup`](/setup) folder and run the setup script for your OS and target.\n\nIf you prefer to use the `Android Studio` for Android development, you can skip the setup script and simply follow these [docs](https://next--tauri.netlify.app/next/mobile/development/configuration) and [here](https://next--tauri.netlify.app/next/guides/getting-started/prerequisites/windows).\n\nNo matter which method you choose, you will need to have the `Android SDK` installed and the `ANDROID_HOME` environment variable set.\n\nYou will also need to have `Xcode` installed for iOS development.\n\nThe following command is needed for android development:\n\n```bash\nrustup target add aarch64-linux-android armv7-linux-androideabi i686-linux-android x86_64-linux-android\n```\n\n\u003e **Warning**: You need rust to be installed prior to running the above command.\n\nNext run the following command to setup the mobile environment:\n\n```bash\nyarn tauri \u003ctarget\u003e init\n```\n\nWhere `\u003ctarget\u003e` is one of the following:\n\n- `ios`\n- `android`\n\n### Running your app\n\nTo run your app using the mobile server, run the following:\n\n```bash\nyarn tauri \u003ctarget\u003e dev\n```\n  \n#### Running the app with `Android Studio`\n\n```bash\nyarn tauri android dev [--open]\n```\n\nThe `--open` flag will open the project in `Android Studio` after the build is complete.\n\nYou can then select your emulator or device and run the app.\n\n### Building your app\n\nTo build your app for mobile, run the following:\n\n```bash\nyarn tauri \u003ctarget\u003e build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzanzythebar%2Fsolidjstaurimobile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzanzythebar%2Fsolidjstaurimobile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzanzythebar%2Fsolidjstaurimobile/lists"}