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

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

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
```