Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
This is a social media app built using ionic 4.

### For setting Angular and ionic (frontend) :

* Install Node.js for interacting with the Ionic ecosystem. [Download the LTS version here.](https://nodejs.org/en/)
* If on Windows, open Powershell and run ```npm install @ionic/cli native-run cordova-res```. This will install ionic within the scope (not globally. If you wish to do so, add ```-g``` flag in the above command and run it as ```sudo``` in Linux and in Windows use Amdin mode in Powerrshell).
* Clone the project in desired directory by running ```git clone https://github.com/codedamn/social-media-app-ionic4.git ```.
* Change directory to Project Directory using ```cd Social-media-app```.
* Now run ```npm i```.
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Ionic App</title>
<title>WeConnect</title>

<base href="/" />

Expand All @@ -13,7 +13,7 @@
<meta name="format-detection" content="telephone=no" />
<meta name="msapplication-tap-highlight" content="no" />

<link rel="icon" type="image/png" href="assets/icon/favicon.png" />
<link rel="icon" type="image/png" href="https://i.pinimg.com/originals/3e/14/5f/3e145f6e0cda4067e71cbd3187ea58eb.png" />

<!-- add to homescreen for ios -->
<meta name="apple-mobile-web-app-capable" content="yes" />
Expand Down