0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-20 22:12:38 -05:00
The web framework for content-driven websites. ️ Star to support our work!
Find a file
2025-01-06 17:17:32 +00:00
.codesandbox Sync from 84b07969dd 2025-01-06 17:17:32 +00:00
.vscode Sync from 84b07969dd 2025-01-06 17:17:32 +00:00
public Sync from 84b07969dd 2025-01-06 17:17:32 +00:00
src Sync from 84b07969dd 2025-01-06 17:17:32 +00:00
.gitignore Sync from 84b07969dd 2025-01-06 17:17:32 +00:00
astro.config.mjs Sync from 84b07969dd 2025-01-06 17:17:32 +00:00
package.json Sync from 84b07969dd 2025-01-06 17:17:32 +00:00
README.md Sync from 84b07969dd 2025-01-06 17:17:32 +00:00
tsconfig.json Sync from 84b07969dd 2025-01-06 17:17:32 +00:00

Astro + Preact Example

npm create astro@latest -- --template framework-preact

Open in StackBlitz Open with CodeSandbox Open in GitHub Codespaces

This example showcases Astro working with Preact.

Write your Preact components as .jsx or .tsx files in your project.