Skip to content

# Angular Tour of Heroes Testbed 🦸‍♂️🦸‍♀️ This repository provides a **testbed application** for the **Angular Tour of Heroes tutorial**, designed to help you get started with Angular and build a sample "Tour of Heroes" app. --- ## Features ✨ - **Angular Basics**: Learn the fundamentals of Angular through a practical example. - **Hero M

Notifications You must be signed in to change notification settings

garethcmurphy/Angular-Tour-of-Heroes-Testbed

Repository files navigation

Angular Tour of Heroes Testbed 🦸‍♂️🦸‍♀️

This repository provides a testbed application for the Angular Tour of Heroes tutorial, designed to help you get started with Angular and build a sample "Tour of Heroes" app.


Features ✨

  • Angular Basics: Learn the fundamentals of Angular through a practical example.
  • Hero Management: Create, update, and delete hero profiles.
  • Testbed Environment: Experiment and expand upon the base tutorial.

Prerequisites 🛠️

  • Node.js (14+ recommended).
  • Angular CLI installed globally:
    npm install -g @angular/cli

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/angular-tour-of-heroes.git
    cd angular-tour-of-heroes

  2. Install dependencies:
    npm install

  3. Start the development server:
    ng serve


Usage 🔧

  1. Open the app in your browser:
    http://localhost:4200

  2. Navigate through the app to manage heroes.

  3. Modify components and services in the src/ directory to customize functionality.


File Structure 📂

  • src/: Main application source code.
    • app/: Angular components, services, and modules.
  • angular.json: Angular project configuration.
  • package.json: Project dependencies and scripts.
  • README.md: Documentation for the repository.

Example Commands

  • Start the app:
    ng serve

  • Build for production:
    ng build

  • Run unit tests:
    ng test


Contributing 🤝

  1. Fork the repository.

  2. Create a new branch:
    git checkout -b feature/your-feature

  3. Commit your changes:
    git commit -m "Add your feature"

  4. Push the branch:
    git push origin feature/your-feature

  5. Open a pull request.


License 📝

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


Start your Angular journey with this Tour of Heroes testbed! 🦸‍♂️🦸‍♀️

About

# Angular Tour of Heroes Testbed 🦸‍♂️🦸‍♀️ This repository provides a **testbed application** for the **Angular Tour of Heroes tutorial**, designed to help you get started with Angular and build a sample "Tour of Heroes" app. --- ## Features ✨ - **Angular Basics**: Learn the fundamentals of Angular through a practical example. - **Hero M

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published