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

https://github.com/brandonroberts/angular-astro-islands

An example website using Astro with Angular components
https://github.com/brandonroberts/angular-astro-islands

Last synced: 22 days ago
JSON representation

An example website using Astro with Angular components

Awesome Lists containing this project

README

        

# Angular + Astro

An example website using Astro and Angular components

Blog post: https://dev.to/brandontroberts/bringing-angular-components-to-astro-islands-52jp

## Setup

Install the project dependencies:

```sh
yarn
```

## Development

Use the Astro CLI to serve the project:

```sh
yarn dev
```

Visit http://localhost:3000 in your browser to see the website. Make changes to the components to see updates when the page is refreshed.