Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 46fc888

Browse files
authored
add start steps vite guide (#723)
1 parent 69f9fca commit 46fc888

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/guides/nodejs/websites-vite-react.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,15 @@ tags:
66
languages:
77
- typescript
88
- javascript
9-
published_at: 2025-03-20
9+
start_steps: |
10+
git clone --depth 1 https://github.com/nitrictech/examples
11+
cd examples/v1/nitric-vite-react
12+
npm install
13+
cd main-website
14+
npm install
15+
cd ..
16+
nitric start
17+
published_at: 2025-03-26
1018
---
1119

1220
# Setting up a React Website calling your Nitric API

0 commit comments

Comments
 (0)