Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/safe-from-scratch.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ npm install vite
> Vite is a multi-purpose tool used to aid development and packaging of JavaScript applications.
* You can now launch the application.
```bash
dotnet fable watch -o output -s --run npx vite`
dotnet fable watch -o output -s --run npx vite
```
This command tells Fable to compile all F# into the `output` folder and then launches Vite, which acts as a local development web server.

Expand Down