Skip to content

sahil28032005/e-commerse-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Here's an enhanced and visually appealing version of your README file:


🛍️ E-commerce Website

Welcome to the E-commerce Website project! This project is a simple yet powerful e-commerce platform built with the MERN stack. This README will guide you through the setup process for the frontend of the application.

📋 Table of Contents

🚀 Getting Started

To get a local copy of the project up and running, follow these steps.

🛠 Prerequisites

Make sure you have the following installed on your machine:

🔧 Setup Instructions

  1. Fork the Repository

    First, fork the repository to your own GitHub account. You can do this by clicking the "Fork" button on the repository's GitHub page.

  2. Clone the Repository

    Clone the forked repository to your local machine using the following command:

    git clone https://github.com/YOUR-USERNAME/e-commerse-frontend.git

    Replace YOUR-USERNAME with your GitHub username.

  3. Navigate to the Project Directory

    cd e-commerse-frontend
  4. Create an .env File

    Create a .env file in the root directory of the project and add your Google OAuth Client ID. The file should contain the following line:

    REACT_APP_GOOGLE_CLIENT_ID=your-google-oauth-client-id

    Replace your-google-oauth-client-id with your actual Google OAuth Client ID obtained from the Google Developer Console.

  5. Install Dependencies

    Install the required dependencies using npm:

    npm install
  6. Start the Application

    Start the application using the following command:

    npm start

    This will set up the frontend of your application.

💻 Running the Application

After starting the application, you can view it in your browser at:

http://localhost:3000

You should now be able to use the frontend of the e-commerce website.

🤝 Contributing

If you would like to contribute to this project, please fork the repository and use a feature branch. Pull requests are warmly welcome.

📄 License

This project is licensed under the MIT License. See the LICENSE file for more details.


About

production frontend build

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published