Skip to content

b0n21en5/E-Commerce-Web-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation


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