Skip to content

Enhancement: Improve README.md with Emojis and Clarifications #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 45 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,66 @@
# EcommerceStore
# EcommerceStore 🛒

Watch tutorial on how I built this store => https://youtu.be/-QV07KcnJEk
Watch tutorial on how I built this store => [Click Here 🎥](https://youtu.be/-QV07KcnJEk)

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.

## Development server
# 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 📥

2. **Clone the Repository:**
- Open your terminal or command prompt.

3. **Clone the Forked Repository:**
- Run the following command, replacing `<your-username>` with your GitHub username:
```bash
git clone https://github.com/<your-username>/E-Commerce-Store-Angular-nodejs.git
```

4. **Navigate to the Project Folder:**
- Change into the project directory using:
```bash
cd E-Commerce-Store-Angular-nodejs
```

## Set Up for Development 🛠️

5. **Install Dependencies:**
- Run the following command to install project dependencies:
```bash
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
## 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
## Build 🛠️

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

## Running unit tests
## Running unit tests 🧪

Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).

## Running end-to-end tests
## 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
## Further help ℹ️

To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.

---