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
Copy file name to clipboardexpand all lines: advanced-integration/v2/client/html/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -57,12 +57,12 @@ npm install
57
57
58
58
3. Starting the development server
59
59
60
-
- **Start the server**: Follow the instructions in the server's README to start it. Typically, this involves running npm run dev or a similar commandin the server directory.
60
+
- **Start the server**: Follow the instructions in the server's README to start it. Typically, this involves running npm run start or a similar commandin the server directory.
61
61
62
62
- **Start the client**:
63
63
64
64
```bash
65
-
npm run dev
65
+
npm run start
66
66
```
67
67
68
68
This will start the development server, and you should be able to access the Advanced Checkout Page in your browser at `http://localhost:3000` (or the port specfied in the terminal output).
Copy file name to clipboardexpand all lines: advanced-integration/v2/client/react/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -57,12 +57,12 @@ npm install
57
57
58
58
3. Starting the development server
59
59
60
-
- **Start the server**: Follow the instructions in the server's README to start it. Typically, this involves running npm run dev or a similar commandin the server directory.
60
+
- **Start the server**: Follow the instructions in the server's README to start it. Typically, this involves running npm run start or a similar commandin the server directory.
61
61
62
62
- **Start the client**:
63
63
64
64
```bash
65
-
npm run dev
65
+
npm run start
66
66
```
67
67
68
68
This will start the development server, and you should be able to access the Advanced Checkout Page in your browser at `http://localhost:3000` (or the port specfied in the terminal output).
0 commit comments