/whatsapp-direct

PWA to send WhatsApp message without saving contact.

Primary LanguageCSSMIT LicenseMIT

whatsapp-direct

An ultra-lite web app that lets you message/call on Whatsapp to people without adding them to the contact list. Demo: http://ashish-r.github.io/whatsapp-direct

Getting Started

Navigate to the root directory and use:

Installing Dependencies

npm install to install all dependencies.

For Development:

npm run serve this will start typescript transpiler in watch mode, any changes you make in the .ts file will automatically update corresponding .js file in the build directory

For Production:

npm run build this will transpile all .ts files in a corresponding .js file and then grunt will minify those files.
Push updated contents of build directory also Github serves the page from that directory only.

Git Hooks:

pre-commit runs npm run build-add which is similar to npm run build and also adds updated contents of scripts/build directory automatically while making a commit.

Screenshots

PWA Mobile PWA Update PWA Desktop