We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80d3218 commit 8d0b2acCopy full SHA for 8d0b2ac
README.md
@@ -4,11 +4,11 @@ The app is live at https://elmish.github.io/sample-react-todomvc.
4
5
## Building and running the sample
6
Pre-requisites:
7
-* .NET Core [SDK 5.*](https://docs.microsoft.com/en-us/dotnet/core/install/sdk)
+* .NET Core [SDK 6.*](https://docs.microsoft.com/en-us/dotnet/core/install/sdk)
8
* `yarn` installed as a global `npm` or a platform package and available in the path
9
10
To build locally and start the webpack-devserver:
11
* once: `dotnet tool restore`
12
-* `dotnet fake build -t Watch`
+* `dotnet fsi build.fsx -t Watch`
13
14
open [localhost:8090](http://localhost:8090)
0 commit comments