This is an Ionic WhatsApp clone for educational purposes.
Has partial functionality compare to the real WhatsApp.
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.
Must have the following installed on your machine.
- node
- npm
Run these commands in project root:
npm install -g @ionic/cli
npm i
- Development:
npm run start:dev
- Production:
npm run build && npm run start