0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00
astro/examples/framework-solid
Houston (Bot) 2db9031a9f
[ci] release (#10292)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-03-02 00:42:07 -08:00
..
.codesandbox
.vscode
public
src
.gitignore
astro.config.mjs
package.json [ci] release (#10292) 2024-03-02 00:42:07 -08:00
README.md Fix: lang unspecified code blocks (#8461) 2023-09-11 12:45:21 +01:00
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.