12 lines
214 B
Markdown
12 lines
214 B
Markdown
|
# Astro + Solid.js
|
||
|
|
||
|
Created with
|
||
|
|
||
|
```
|
||
|
npm init astro -- --template framework-solid
|
||
|
```
|
||
|
|
||
|
Astro working with [Solid](https://www.solidjs.com/).
|
||
|
|
||
|
Write your Solid components as `.jsx` or `.tsx` files in your project.
|