Skip to content

aais1/Ecommerce

Repository files navigation

Ecommerce App

Getting Started

Follow these instructions to get a copy of the project up and running on your local machine.

Prerequisites

Make sure you have Node.js and npm installed on your machine.

Installing

  1. Clone the Repository:

    git clone https://github.com/aais1/Ecommerce
    
  2. Navigate to Project Directory:

    cd Ecommerce
    
  3. Install Dependencies:

    npm install
    

Running Project Locally

  1. Development Mode:
npm run dev
  1. Building the Project
npm run build
  1. Code Formating
npm run format

Just Learning React 😀