This project was bootstrapped with Create React App.
This is a fully functional e-commerce platform built using React. It includes features such as product listings, shopping cart, user authentication, and order management. The project aims to provide a seamless shopping experience for users and a robust management system for administrators.
git clone https://github.com/<GITHUB_USERNAME>/e-commerce.git
git checkout -b feature/your-feature
git add .
git commit -m "Add your descriptive commit message here"
git push origin feature/your-feature
- Tip : Complete this process in GitHub ](in your browser)
To get started with the project, follow these steps:
-
Clone the repository: First, clone the repository to your local machine using the following command:
git clone https://github.com/harshit1142/e-commerce.git
-
Navigate to the project directory: Change your current directory to the project directory:
cd e-commerce
-
Install the dependencies: Install all the required dependencies using npm:
npm install
This command will read the
package.json
file and install all the listed dependencies. -
Start the development server: Once the dependencies are installed, you can start the development server:
npm start
This will start the application in development mode and open it in your default web browser. The app will be available at http://localhost:3000.
-
Build the project for production: To create an optimized production build of the application, run:
npm run build
This will create a
build
folder containing the production-ready files. -
Run tests: To run the tests for the application, use:
npm test
This will launch the test runner in interactive watch mode.
-
Eject the configuration (optional): If you need to customize the configuration, you can eject it by running:
npm run eject
Note: This is a one-way operation. Once you eject, you can't go back!
This project is licensed under the MIT License - see the LICENSE file for details.