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
Navigate to the root directory and use:
npm install
to install all dependencies.
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
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.
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.