Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 988 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 988 Bytes

ionic-whatsapp

Description

This is an Ionic WhatsApp clone for educational purposes.

Has partial functionality compare to the real WhatsApp.

Development Screenshot Screenshot 2021-03-24 at 14 03 59

Demo

Deploy to Heroku Here. (Allow spin-up time... 😁)

Feel free to have a play

You will need Batmans passcode:

  • passcode: 111111

And Robins passcode:

  • passcode: 222222

To view chat between these two hero's you will need to have at least one of your browser open in incognito.

Install

Must have the following installed on your machine.

  • node
  • npm

Run these commands in project root:

  • npm install -g @ionic/cli
  • npm i

Running App

  • Development: npm run start:dev
  • Production: npm run build && npm run start