An ultra-lite web app that lets you message/call on #WhatsApp without adding the number to your contacts list.
Visit: https://whatsapp.ashish.link
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 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
npm run build
this will copy all the required files to the build directory and minifies assets with grunt.
pre-commit
runs npm run deploy
which builds the project with npm run build
and push updates in gh-pages
branch.