https://github.com/zain-ul-din/astro-in-action
Astro awesome features practice
https://github.com/zain-ul-din/astro-in-action
Last synced: 6 months ago
JSON representation
Astro awesome features practice
- Host: GitHub
- URL: https://github.com/zain-ul-din/astro-in-action
- Owner: Zain-ul-din
- Created: 2024-08-16T13:08:31.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-24T02:41:40.000Z (9 months ago)
- Last Synced: 2025-03-29T04:47:07.053Z (6 months ago)
- Language: Astro
- Size: 238 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Astro in Action
Things that are build in this repo,
- JS disabled Apps
- Cross-framework state sharing
- Type-safe markdowns
- Data fetching (SSR & Hybrid rendering)### Create New Project
to create new project run,
```bash
npm create astro # or alternatively we can use yarn or pnpm create also
```