A simple app implementing JWT in a login page. Using React JS, Node JS and Express.
This example requires Node.js to run.
Install the dependencies and start the server (frontend and backend).
- Frontend
cd jwt_example/frontend
npm install
npm run start
- Backend
cd jwt_example/backend
npm install
node index.js