Awesome
<a href="https://github.com/thenaim/ionic-tk-social-network"> <p align="center"> <img src="https://i.imgur.com/xcNkbhv.gif"> </p> </a> <h2 align="center"> Introducing a open source social network app. </h2> <p align="center"> Providing you with the components, templates, native components, ngrx, i18n, localStorage, themes, auth pages and much more needed to build a mobile application on ionic framework. </p> <p align="center"> <img src="https://img.shields.io/github/downloads/thenaim/ionic-tk-social-network/total.svg?style=flat" /> <a href="https://github.com/thenaim/ionic-tk-social-network/releases/"> <img src="https://img.shields.io/github/release/thenaim/ionic-tk-social-network.svg?style=flat"> </a> <img src="https://github.com/thenaim/ionic-tk-social-network/actions/workflows/build.yml/badge.svg" /> <a href="https://github.com/thenaim/ionic-tk-social-network/commits/main"> <img src="https://img.shields.io/github/last-commit/thenaim/ionic-tk-social-network.svg?style=flat-square"> </a> <a href="https://github.com/thenaim/ionic-tk-social-network"> <img src="https://img.shields.io/github/stars/thenaim/ionic-tk-social-network.svg?style=flat-square&label=github%20stars"> </a> <a href="https://github.com/thenaim/ionic-tk-social-network/graphs/contributors"> <img src="https://img.shields.io/github/contributors/thenaim/ionic-tk-social-network.svg?style=flat-square"> </a> <a href="https://github.com/thenaim/ionic-tk-social-network/actions/workflows/codeql-analysis.yml" > <img src="https://github.com/thenaim/ionic-tk-social-network/actions/workflows/codeql-analysis.yml/badge.svg"> </a> <a href="https://www.codefactor.io/repository/github/thenaim/ionic-tk-social-network" target="_blank"> <img src="https://www.codefactor.io/repository/github/thenaim/ionic-tk-social-network/badge"> </a> </p>Getting started
git clone https://github.com/thenaim/ionic-tk-social-network myApp
cd myApp
npm i
# Build, before adding any native platforms
ionic build
# Add ios
npx cap add ios
# Add Android
npx cap add android
Run Capacitor or see docs
# Open Android
npx cap open android
# Open iOS
npx cap open ios
Run in Browser
npm run start
Buy Me a Coffee
<a href="https://www.buymeacoffee.com/thenaim" target="_blank"> <img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" /> </a>iOS Setup
Download and install Xcode.
Then make sure the command-line tools are selected for use:
xcode-select --install
And you need to install some utilities:
npm install -g ios-sim
npm install -g ios-deploy
Android Setup
Download and install:
Then install Android SDK on Android Studio and configure the environment variables (ANDROID_SDK_ROOT
).
Supporting platforms
In pursuit of adaptive styling, Ionic fully supports and is well tested on the mobile platforms listed below:
Platform | Version |
---|---|
Android | 5.0+ |
iOS | 11.0+ |
See Ionic Docs for more information.
Contributors
Want to start contributing to open source with ionic? Leave your mark and join the growing team of contributors!
Get started by checking out list of open issues and reading Contributor Guide
Thanks for support
MockAPI - MockAPI is a simple tool that lets you easily mock up APIs, generate custom data, and preform operations on it using RESTful interface.
License
License MIT (see the LICENSE file for the full text)