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