https://github.com/brandonroberts/ng-astro
Hackathon project for Astro 1.0. Demos Angular v13 working with Astro, using SSR on the server-side, and client side hydration.
https://github.com/brandonroberts/ng-astro
Last synced: 23 days ago
JSON representation
Hackathon project for Astro 1.0. Demos Angular v13 working with Astro, using SSR on the server-side, and client side hydration.
- Host: GitHub
- URL: https://github.com/brandonroberts/ng-astro
- Owner: brandonroberts
- Created: 2022-04-28T20:19:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-12T10:58:49.000Z (almost 3 years ago)
- Last Synced: 2025-03-31T03:32:28.018Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.33 MB
- Stars: 16
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular + Astro
Hackathon project for Astro 1.0. Demos Angular v13 working with Astro, using SSR
on the server-side, and client side hydration.## Setup
Install dependencies
```sh
yarn
```Copy `domino` library and local `@astro/angular` packages.
```sh
yarn copy-all
```Run blog
```sh
npm run dev
```Navigate to http://localhost:3000/hello