Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 410 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 410 Bytes

Idle-session-timer

An idle timer built with reactJs and simple node server.

Run the code!

  • Open the first terminal and cd api && npm run dev , this runs the server.
  • Open another terminal to run the client: cd client && npm start

You can also check the article i wrote for this on medium