Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 528 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 528 Bytes

express-auth-example

Example of two factor authentication in Express Js And React

Clone git Repository

git clone https://github.com/Ikuzweshema/express-auth-example.git

install Dependencies

cd server && pnpm install
cd client && pnpm install

Start Development Servers

cd client && pnpm run dev

Open the browswer localhost:5173

cd sever && pnpm run dev

The sever will be running on localhost:5000