You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an alternate codebase for the bulk of DRC Portal static content where the content can be mostly specified in markdown and independently rendered.
6
4
7
-
[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/framework-react)
8
-
[](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/framework-react)
9
-
[](https://codespaces.new/withastro/astro?devcontainer_path=.devcontainer/framework-react/devcontainer.json)
5
+
## Develop
6
+
```bash
7
+
npm run dev
8
+
```
10
9
11
-
This example showcases Astro working with [React](https://react.dev).
10
+
## Build
11
+
```bash
12
+
npm run build
13
+
```
12
14
13
-
Write your React components as `.jsx` or `.tsx` files in your project.
0 commit comments