mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
8cdd5aabdb
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
582 B
582 B
Astro + Solid.js Example
npm create astro@latest -- --template framework-solid
This example showcases Astro working with Solid.
Write your Solid components as .jsx
or .tsx
files in your project.