An open API service indexing awesome lists of open source software.

https://github.com/shuklaritvik06/angular_app

Exploring Angular
https://github.com/shuklaritvik06/angular_app

angular

Last synced: 3 months ago
JSON representation

Exploring Angular

Awesome Lists containing this project

README

          

# Assignment Angular App

## How to Run

To run the application locally, follow these steps:

1. Clone the repository from [GitHub](https://github.com/shuklaritvik06/angular_app).

```bash
git clone https://github.com/shuklaritvik06/angular_app.git
```

2. Navigate into the project directory.

```bash
cd angular_app
```

3. Install dependencies using npm.

```bash
npm install
```

4. Start the Angular development server.

```bash
ng serve
```

5. Open your web browser and visit `http://localhost:4200` to view the application.

## Unit Testing

The project includes unit tests for one component and one service. To run the tests, use the following command:

```bash
ng test
```