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: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,11 @@ A template for writing your next [Solid-js](https://solidjs.com) app in [F#](htt
8
8
9
9
Write your F# app using [Feliz.JSX.Solid](https://github.com/fable-compiler/Feliz.JSX) and [Feliz DSL](https://zaid-ajaj.github.io/Feliz/).
10
10
11
+
## Setup (.NET + F#)
12
+
13
+
* install latest [dotnet-sdk](https://dotnet.microsoft.com/en-us/), e.g. on mac `brew install dotnet-sdk`.
14
+
* install [ionide extension](https://ionide.io/) for vs-code or [the vim extension](https://github.com/ionide/Ionide-vim), other F# enabled editors like JB Rider or MSVS support F# natively as well and offer free community versions.
0 commit comments