Live Site: E-Commerce-Web-App Guide to run Locally Step-1: Clone this repo in your system Step 2: open terminal from server directory & enter 'npm i' this will install server dependencies Step 3: open another terminal from client directory & enter 'npm i' this will install client dependencies Step 4: set environment variable .env file inside server directory with required key, id & url as mentioned in the .env.example file step 5: after all dependencies installed enter 'npm run dev' command in server directory terminal to run the application