Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 337 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 337 Bytes

About React JWT

This project demonstrates a login/logout functionality with a simple node.js server and react.js front-end

Available Scripts

In the project directory, you can run:

cd server

Then:

npm start

Runs the server in the development mode.\

Then run the react front like:

cd front

npm start