summaryrefslogtreecommitdiff
path: root/examples/framework-react/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/framework-react/README.md')
-rw-r--r--examples/framework-react/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/framework-react/README.md b/examples/framework-react/README.md
index 016cf0f21..51eaa7f93 100644
--- a/examples/framework-react/README.md
+++ b/examples/framework-react/README.md
@@ -1,5 +1,9 @@
# Using React with Astro
+```
+npm init astro --template framework-react
+```
+
This example showcases Astro's built-in support for [React](https://reactjs.org/).
No configuration is needed to enable React support—just start writing React components in `src/components`.