Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 771 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 771 Bytes

Eateries

React frontend for the MERN stack ecommerce website

Method to setup in local system

  1. Clone the repo for frontend

    git clone https://github.com/bikram-ghuku/ecommerce_client
  2. Install Dependencies

    npm i
  3. Run the web app

    npm run dev