astro/examples
Matthew Phillips 21869a614a
Move client types into Astro (#3851)
* Move client types into Astro

* Adds a changeset

* Fix path to local client

* Reference vite/client in our HMR types

* Add back in the expect-error

* Update types comment
2022-07-11 08:12:18 -04:00
..
basics Move client types into Astro (#3851) 2022-07-11 08:12:18 -04:00
blog Move client types into Astro (#3851) 2022-07-11 08:12:18 -04:00
blog-multiple-authors Move client types into Astro (#3851) 2022-07-11 08:12:18 -04:00
component [ci] release (#3850) 2022-07-08 20:54:39 -04:00
docs Move client types into Astro (#3851) 2022-07-11 08:12:18 -04:00
env-vars Move client types into Astro (#3851) 2022-07-11 08:12:18 -04:00
framework-alpine Move client types into Astro (#3851) 2022-07-11 08:12:18 -04:00
framework-lit Move client types into Astro (#3851) 2022-07-11 08:12:18 -04:00
framework-multiple Move client types into Astro (#3851) 2022-07-11 08:12:18 -04:00
framework-preact Move client types into Astro (#3851) 2022-07-11 08:12:18 -04:00
framework-react Move client types into Astro (#3851) 2022-07-11 08:12:18 -04:00
framework-solid Move client types into Astro (#3851) 2022-07-11 08:12:18 -04:00
framework-svelte Move client types into Astro (#3851) 2022-07-11 08:12:18 -04:00
framework-vue Move client types into Astro (#3851) 2022-07-11 08:12:18 -04:00
integrations-playground Move client types into Astro (#3851) 2022-07-11 08:12:18 -04:00
minimal Move client types into Astro (#3851) 2022-07-11 08:12:18 -04:00
non-html-pages Move client types into Astro (#3851) 2022-07-11 08:12:18 -04:00
portfolio Move client types into Astro (#3851) 2022-07-11 08:12:18 -04:00
ssr Move client types into Astro (#3851) 2022-07-11 08:12:18 -04:00
starter Move client types into Astro (#3851) 2022-07-11 08:12:18 -04:00
subpath Move client types into Astro (#3851) 2022-07-11 08:12:18 -04:00
with-markdown Move client types into Astro (#3851) 2022-07-11 08:12:18 -04:00
with-markdown-plugins Move client types into Astro (#3851) 2022-07-11 08:12:18 -04:00
with-markdown-shiki Move client types into Astro (#3851) 2022-07-11 08:12:18 -04:00
with-mdx Move client types into Astro (#3851) 2022-07-11 08:12:18 -04:00
with-nanostores Move client types into Astro (#3851) 2022-07-11 08:12:18 -04:00
with-tailwindcss Move client types into Astro (#3851) 2022-07-11 08:12:18 -04:00
with-vite-plugin-pwa Move client types into Astro (#3851) 2022-07-11 08:12:18 -04:00
README.md Docs: npm@7 requires an extra -- for arguments passed to the command, per @natemoo-re's description. (#786) 2021-07-20 20:06:11 -05:00

Astro Examples Library

The easiest way to check out one of these examples on your machine is by running this command in an empty directory:

npm init astro -- --template [EXAMPLE_NAME]

Community Examples

Visit awesome-astro for a full list of community examples. You can use npm init astro to check out any community examples:

npm init astro -- --template [GITHUB_USER]/[REPO_NAME]

Paths to examples nested inside of a repo are also supported:

npm init astro -- --template [GITHUB_USER]/[REPO_NAME]/path/to/example