0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/examples/framework-preact
Fred K. Bot bb3d7d4f39
[ci] release (#4249)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-11 16:50:59 -07:00
..
.vscode Audit examples templates (#3940) 2022-08-04 14:16:51 -04:00
public
src Add Astro.generator (#4012) 2022-08-08 12:34:05 -05:00
.gitignore
.npmrc
.stackblitzrc
astro.config.mjs
package.json [ci] release (#4249) 2022-08-11 16:50:59 -07:00
README.md
sandbox.config.json
tsconfig.json Move types to a .d.ts file inside examples projects (#4171) 2022-08-05 17:46:52 -04:00

Astro + Preact Example

npm init astro -- --template framework-preact

Open in StackBlitz

This example showcases Astro working with Preact.

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