0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-13 22:11:20 -05:00
astro/examples/framework-preact
Fred K. Schott e425f896b6 Revert "[ci] release (#2925)"
This reverts commit 48c9b142cc.
2022-04-02 13:46:25 -06:00
..
public
src
.gitignore chore(.gitignore): remove pnpm error logs from git (#2938) 2022-03-30 10:41:53 -05:00
.npmrc
.stackblitzrc
astro.config.mjs Astro Integration System (#2820) 2022-03-18 15:35:45 -07:00
package.json Revert "[ci] release (#2925)" 2022-04-02 13:46:25 -06:00
README.md
sandbox.config.json
tsconfig.json

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.