Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 346 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 346 Bytes

If you find this helpful, kindly give it a ⭐. Follow me for more apps focused on small topics like this one.

Step-1: Cloning

clone the repo

Step-2: Running the server

cd server
npm i
npm start

Step-3: Running the react app

cd client
npm i
npm run dev

Note: There is also a vanilla JS version under client folder