0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-24 22:46:02 -05:00
astro/examples/framework-preact
2024-08-28 17:25:13 +02:00
..
.codesandbox
.vscode
public
src Content Layer (#11360) 2024-08-14 11:49:19 +01:00
.gitignore Add .idea folder to .gitignore files of the examples (#10602) 2024-04-03 09:03:44 +01:00
astro.config.mjs
package.json Merge branch 'main' into next 2024-08-28 17:25:13 +02:00
README.md
tsconfig.json

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.