ionic-whatsapp-clone
ionic-whatsapp-clone copied to clipboard
This WhatsApp UI Clone is an example of a hybrid mobile application built using the Ionic framework. Read the complete tutorial on how to implement it:
WhatsApp UI Clone made with Ionic
This project is an example of developing hybrid mobile applications using the Ionic framework.
Getting Started
Prerequisites
First of all, make sure you have the following installed in your dev environment:
Installing
Follow the steps below to install and run the project on your device:
- Clone this repository by running
git clone https://github.com/hanibhat/ionic-whatsapp-clone.git. - Open a terminal at the root directory.
- Run
npm installto install dependencies. - Run
ionic cordova run android -lto run the app in live mode. - Play around!