Skip to content

Commit eb26702

Browse files
committed
improved instructions for running Client
1 parent 80145a7 commit eb26702

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/recipes/developing-and-testing/debug-safe-app.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@ Once this is done, you can expect your `launchSettings.json` file to look someth
4444
```
4545

4646
#### 2. Start the Client
47-
Since you will be running the server directly through Visual Studio, you cannot use a FAKE script to start the application, so launch the client directly using e.g. `npm run start`.
47+
Since you will be running the server directly through Visual Studio, you cannot use a FAKE script to start the application. Launch the Client directly by running the following command in `src/Client`
48+
49+
```html
50+
dotnet fable watch -o output -s --run npx vite
51+
```
4852

4953
#### 3. Debug the Server
5054
Set the server as your Startup project, either using the drop-down menu at the top of the IDE or by right clicking on the project itself and selecting **Set as Startup Project**. Select the profile that you set up earlier and wish to launch from the drop-down at the top of the IDE. Either press the Play button at the top of the IDE or hit F5 on your keyboard to start the Server debugging and launch a browser pointing at the website.

0 commit comments

Comments
 (0)