Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thenaim/ionic-tk-social-network
Ionic 5 - social network starter project
https://github.com/thenaim/ionic-tk-social-network
capacitorjs i18n ionic ionic-5 ionic-social-network ionic-starter ionic5 ionic5-social-network ionic5-starter ngxs responsive-design social-network templates
Last synced: about 13 hours ago
JSON representation
Ionic 5 - social network starter project
- Host: GitHub
- URL: https://github.com/thenaim/ionic-tk-social-network
- Owner: thenaim
- License: mit
- Created: 2020-06-26T14:53:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T14:06:45.000Z (almost 2 years ago)
- Last Synced: 2024-07-31T19:54:24.106Z (5 months ago)
- Topics: capacitorjs, i18n, ionic, ionic-5, ionic-social-network, ionic-starter, ionic5, ionic5-social-network, ionic5-starter, ngxs, responsive-design, social-network, templates
- Language: TypeScript
- Homepage: https://thenaim.github.io/ionic-tk-social-network
- Size: 21.9 MB
- Stars: 164
- Watchers: 20
- Forks: 62
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Introducing a open source social network app.
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.# Getting started
```bash
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](https://ionicframework.com/docs/cli/commands/capacitor-run)
```bash
# Open Android
npx cap open android# Open iOS
npx cap open ios
```## Run in Browser
```bash
npm run start
```## Buy Me a Coffee
# iOS Setup
Download and install [Xcode](https://developer.apple.com/xcode/).
Then make sure the command-line tools are selected for use:
```bash
xcode-select --install
```And you need to install some utilities:
```bash
npm install -g ios-sim
npm install -g ios-deploy
```# Android Setup
Download and install:
- [JDK8](https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)
- [Gradle](https://gradle.org/install/)
- [Android Studio](https://developer.android.com/studio/)Then install Android SDK on Android Studio and configure the [environment variables](https://developer.android.com/studio/command-line/variables) (`ANDROID_SDK_ROOT`).
## Supporting platforms
In pursuit of [adaptive styling](https://ionicframework.com/docs/core-concepts/fundamentals#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](https://ionicframework.com/docs/reference/browser-support) 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](https://github.com/thenaim/ionic-tk-social-network/issues) and reading [Contributor Guide](https://github.com/thenaim/ionic-tk-social-network/blob/master/CONTRIBUTING.md)
## Thanks for support
[MockAPI](https://mockapi.io?utm_source=ionic-tk-social-network) - 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](https://github.com/thenaim/ionic-tk-social-network/blob/master/LICENSE) file for the full text)