astro/examples
Matthew Phillips ba5e2b5e6c
Flagged SSR support (#2548)
* Checkpoint, basics are working

* Add the `--experimental-ssr` flag

* Adds the changeset

* Fixes population of getStaticPaths results

* Pass through the imported module

* Route manifest test

* Fix remaining tests

* Fix remaining tests

* Copy server assets over

* Fix types

* Allowing passing in the request to the Node version of App

* Improve the example app

* Gets CI to pass
2022-02-14 12:48:52 -05:00
..
blog [ci] release (next) (#2573) 2022-02-11 17:12:00 -05:00
blog-multiple-authors [ci] release (next) (#2573) 2022-02-11 17:12:00 -05:00
component [ci] release (next) (#2573) 2022-02-11 17:12:00 -05:00
docs [ci] release (next) (#2573) 2022-02-11 17:12:00 -05:00
fast-build Flagged SSR support (#2548) 2022-02-14 12:48:52 -05:00
framework-alpine [ci] release (next) (#2573) 2022-02-11 17:12:00 -05:00
framework-lit [ci] release (next) (#2573) 2022-02-11 17:12:00 -05:00
framework-multiple Added LitCounter.js 2022-02-14 22:08:04 +06:00
framework-preact [ci] release (next) (#2573) 2022-02-11 17:12:00 -05:00
framework-react [ci] release (next) (#2573) 2022-02-11 17:12:00 -05:00
framework-solid [ci] release (next) (#2573) 2022-02-11 17:12:00 -05:00
framework-svelte [ci] release (next) (#2573) 2022-02-11 17:12:00 -05:00
framework-vue [ci] release (next) (#2573) 2022-02-11 17:12:00 -05:00
minimal [ci] release (next) (#2573) 2022-02-11 17:12:00 -05:00
portfolio [ci] release (next) (#2573) 2022-02-11 17:12:00 -05:00
portfolio-svelte [ci] release (next) (#2573) 2022-02-11 17:12:00 -05:00
ssr Flagged SSR support (#2548) 2022-02-14 12:48:52 -05:00
starter [ci] release (next) (#2573) 2022-02-11 17:12:00 -05:00
subpath [ci] release (next) (#2573) 2022-02-11 17:12:00 -05:00
with-markdown [ci] release (next) (#2573) 2022-02-11 17:12:00 -05:00
with-markdown-plugins [ci] release (next) (#2573) 2022-02-11 17:12:00 -05:00
with-markdown-shiki [ci] release (next) (#2573) 2022-02-11 17:12:00 -05:00
with-nanostores [ci] release (next) (#2573) 2022-02-11 17:12:00 -05:00
with-tailwindcss [ci] release (next) (#2573) 2022-02-11 17:12:00 -05:00
with-vite-plugin-pwa [ci] release (next) (#2573) 2022-02-11 17:12:00 -05: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