Skip to content

voxelbusters/WhatsApp-Otpless-Auth-Typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

WhatsApp Authentication Voxel

This repository contains a project for implementing WhatsApp authentication using a Node.js backend and React frontend implemented using OTP Less.

Setup

  1. Clone the repository:

    git clone https://github.com/avezqureshi14/whatsapp-auth-voxel
  2. Install dependencies for both client and server:

    cd WhatsApp-Otpless-Auth-Typescript
    cd ./client
    npm install
    cd ./server
    npm install
  3. Start the client:

    npm start
  4. Run the server:

    tsc ./index.ts
    node ./index.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages