hello-world-angular

Hello World Angular

📚 A repository to explore and learn Angular framework.

wakatime Maintainability Test Coverage CodeFactor GitHub license GitHub last commit Codacy Badge


About

This repository provides a hands-on introduction to two of the most widely-used front-end frameworks:


Features


Prerequisites

  1. Node.js: Download and install Node.js (LTS version recommended).
  2. Angular CLI: For Angular examples, install Angular CLI:
    npm install -g @angular/cli
    

Getting Started

Angular

  1. Install dependencies:
    npm install
    
  2. Start the Angular application:
    ng serve
    

Resources


License

This repository is licensed under the MIT License.


Contributing

Feel free to contribute to this project by opening issues or submitting pull requests to enhance the examples.