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
- Host: GitHub
- URL: https://github.com/brandonroberts/angular-astro-islands
- Owner: brandonroberts
- Created: 2022-08-29T03:36:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-03T22:12:51.000Z (about 2 years ago)
- Last Synced: 2025-03-31T04:04:08.641Z (about 2 months ago)
- Language: Astro
- Homepage: https://angular-analog-astro-islands.netlify.app/
- Size: 335 KB
- Stars: 16
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.