Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 527 Bytes

File metadata and controls

31 lines (24 loc) · 527 Bytes

🚀 Quick Start

1. Copy Files

  • Clone repo:
    git clone https://github.com/Arpit-0908/KLERP_Clone.git  
    cd KLERP_Clone  
  • Or manually download and open in terminal.

2. Install JSON Server

npm install -g json-server

3. Run the Server

json-server --watch db.json --port 3000

4. Install Packages For React App

npm install  
npm install react-router-dom

5. Run the React App

npm run dev