muhammadshakkeerp / E-Commerce-Store-Angular-nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EcommerceStore 🛒

Watch tutorial on how I built this store => Click Here 🎥

This project was generated with Angular CLI version 13.2.0.

Angular Project 🅰️

Welcome to our Angular project! Follow the steps below to get started with contributing or exploring the project. 🚀

Fork the Repository 🍴

  1. Fork the Repository:
    • Click on the "Fork" button at the top right corner of the GitHub page. This creates a copy of the repository under your GitHub account.

Clone the Repository 📥

  1. Clone the Repository:

    • Open your terminal or command prompt.
  2. Clone the Forked Repository:

    • Run the following command, replacing <your-username> with your GitHub username:
      git clone https://github.com/<your-username>/E-Commerce-Store-Angular-nodejs.git
  3. Navigate to the Project Folder:

    • Change into the project directory using:
      cd E-Commerce-Store-Angular-nodejs

Set Up for Development 🛠️

  1. Install Dependencies:
    • Run the following command to install project dependencies:
      npm install

Development server 🖥️

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding 🛠️

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build 🛠️

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests 🧪

Run ng test to execute the unit tests via Karma.

Running end-to-end tests 🧪

Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

Further help ℹ️

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.


About


Languages

Language:TypeScript 54.0%Language:HTML 28.7%Language:JavaScript 12.4%Language:CSS 4.3%Language:SCSS 0.6%