Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 318 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 318 Bytes

JWT-frontend

You need to have passport-JWT running on the backend. We can trigger register, login & login requests to passport-JWT(backend) from here.

Getting started

1 ) Need to have nodejs installed.

2 ) Installing dependencies: yarn or npm install or npm i

3 ) To run the app yarn start or npm start