Skip to content

ashish-r/whatsapp-direct

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
css
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

DeepScan grade License: MIT

WhatsAppDirect!

An ultra-lite web app that lets you message/call on #WhatsApp without adding the number to your contacts list.

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 assets directory

npm run serve-sass this will start sass in watch mode, any changes you make in the .sass file will automatically update corresponding .css file in the assets directory

For Production:

npm run build this will copy all the required files to the build directory and minifies assets with grunt.

Git Hooks:

pre-commit runs npm run deploy which builds the project with npm run build and push updates in gh-pages branch.

Screenshots

PWA Mobile PWA Update PWA Desktop qrcode desktop