0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-17 22:44:24 -05:00
astro/examples/framework-solid
Houston (Bot) 8a0def2b6c
[ci] release (#9432)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-15 15:26:00 -06:00
..
.codesandbox
.vscode
public
src
.gitignore
astro.config.mjs
package.json [ci] release (#9432) 2023-12-15 15:26:00 -06:00
README.md
tsconfig.json

Astro + Solid.js Example

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

Open in StackBlitz Open with CodeSandbox Open in GitHub Codespaces

This example showcases Astro working with Solid.

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