{"id":28174449,"url":"https://github.com/ryanhustler420/ionicreacttailwind","last_synced_at":"2026-04-16T14:02:30.560Z","repository":{"id":116816339,"uuid":"584065897","full_name":"Ryanhustler420/IonicReactTailwind","owner":"Ryanhustler420","description":"Boilerplate for ionic react with tailwind css framework","archived":false,"fork":false,"pushed_at":"2023-10-24T12:27:15.000Z","size":2453,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-10-25T12:33:10.233Z","etag":null,"topics":["boilerplate-template","ionic","ionic-framework","reactjs","robust"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/Ryanhustler420.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-01-01T07:10:46.000Z","updated_at":"2023-10-25T12:33:10.233Z","dependencies_parsed_at":null,"dependency_job_id":"7b41512a-9c32-45a0-99ce-121fbf9954f6","html_url":"https://github.com/Ryanhustler420/IonicReactTailwind","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryanhustler420%2FIonicReactTailwind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryanhustler420%2FIonicReactTailwind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryanhustler420%2FIonicReactTailwind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryanhustler420%2FIonicReactTailwind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ryanhustler420","download_url":"https://codeload.github.com/Ryanhustler420/IonicReactTailwind/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254430303,"owners_count":22069909,"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-template","ionic","ionic-framework","reactjs","robust"],"created_at":"2025-05-15T22:16:15.928Z","updated_at":"2025-10-11T16:01:33.125Z","avatar_url":"https://github.com/Ryanhustler420.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# How to clone\n\n```\ngit clone https://github.com/Ryanhustler420/IonicReactTailwind.git\ncd IonicReactTailwind\ngit remote rm origin\nnpm i\nnpm run dev\n```\n\n- ```npm i -g ionic --save```\n- ```ionic start```\n\n```cmd\nUse the app creation wizard? No\nFramework: React\nProject name: appname\nStarter template: blank\nCreate free Ionic account? No\n```\n\n```cmd\nnpm uninstall -g ionic\nnpm uninstall -g @ionic/cli\nnpm install -g @ionic/cli\n```\n\n```cmd \nionic integrations enable capacitor\n```\n```cmd\nionic capacitor add android @REM if not worked\nionic capacitor add ios @REM if not worked\nOR\nnpm install @capacitor/cli @capacitor/cli @capacitor/android @capacitor/ios\nOR\nnpm install @capacitor/android\nnpm install @capacitor/ios\n```\n```cmd\nionic capacitor copy android @REM recommanded\n```\n```cmd\nionic capacitor copy android -l @REM live_reloading\n```\n```cmd\nionic capacitor sync android @REM recommanded\n```\n```cmd\nnpx cap open android @REM optional\n```\n```cmd\nnpm run dev\n```\n\nNOTE:\n\n- Close the terminal/editor if not syncing android command not working, and then redo the process.\n\n- Close android studio if new capacitor added library not visible on the project\n\n```cmd\nnpm install @capacitor/{api}\nnpx cap sync\nnpx cap update\n```\n\n##### 3rd Party Packages\n\n\u003e [Splash screen generator](https://hotpot.ai/templates/splash-screen)\n\n\u003e [Ape Tools](https://apetools.webprofusion.com/#/)\n\n\u003e [Splash screen generator](https://dalezak.medium.com/generate-app-icon-and-splash-screen-images-for-ionic-framework-using-capacitor-e1f8c6ef0fd4)\n\n\u003e [Android resources helper](https://dalezak.medium.com/generate-app-icon-and-splash-screen-images-for-ionic-framework-using-capacitor-e1f8c6ef0fd4)\n\n\u003e [Integration Tailwind](https://larainfo.com/blogs/how-to-install-tailwind-css-with-npm)\n\n\u003e [Bootstrap](https://getbootstrap.com/docs/4.4/getting-started/introduction/)\n\n\u003e [Android Development](https://ionicframework.com/docs/developing/android)\n\n\u003e [React Redux](https://react-redux.js.org/tutorials/quick-start)\n\n[Issues]\n\n\u003e [Bootstrap Css](https://stackoverflow.com/questions/38684023/bootstrap-4-flex-grid-system-only)\n\n\u003e [Capacitor Error](https://stackoverflow.com/questions/67633486/an-error-occurred-while-running-subprocess-capacitor-when-creating-new-ionic-pro)\n\n\u003e [Gradle Not Exist](https://stackoverflow.com/questions/63267827/capacitor-settings-gradle-as-it-does-not-exist)\n\n# Build\n\n\u003e Delete the already created `android` folder\n\n\u003e Use android studio `image assets` to create app icon\n\n\u003e Change all the keyword `appname` to `yourappname` in the source code\n\n\u003e Rebuild the android sync using `ionic capacitor sync android` command\n\n\u003e Overwrite the `build/assets/icon` icons with your icons and let the name as it is\n\n\u003e Change the `icons` path in `build/assets/manifest.json`\n\n\u003e use `apetools` to create splash screen and overwrite the existing splash screen with yours.\n\n\u003e Always run `npm run dev` and then `ionic capacitor sync android` and then `npx cap open android`\n\n\u003e Build the process and update version\n\n# Android Release\n\n\u003e   keep the `.rsa` safe for that app to release\n\n-   Update the app `version`\n\n-   Mark `live` to `true`\n\n-   Test the app\n\n-   Build the app\n\n-   Update the android app `version`\n\n-   Build the android app\n\n-   Test the android app\n\n-   Generate the apk\n\n-   Store the apk to release `apks` folder\n\n-   To `release` android apk, please update the app version and please \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanhustler420%2Fionicreacttailwind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryanhustler420%2Fionicreacttailwind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanhustler420%2Fionicreacttailwind/lists"}