0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00
astro/examples/framework-solid
2024-04-03 22:42:23 +05:30
..
.codesandbox
.vscode
public
src Fix check example CI fail (#10415) 2024-03-13 17:35:33 +08: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 [ci] release (#10656) 2024-04-03 22:42:23 +05:30
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.