Skip to content

Instantly share code, notes, and snippets.

@anton-gorbikov
Created September 15, 2019 17:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anton-gorbikov/c3b59992b1243fd870c6c4565a2c799b to your computer and use it in GitHub Desktop.
Save anton-gorbikov/c3b59992b1243fd870c6c4565a2c799b to your computer and use it in GitHub Desktop.
fable-scaffold-fsharp
# Creating F# project
dotnet new classlib -lang f# -n app -o src
# Rename Library.fs => app.fs
cd src
dotnet add package Fable.Core
dotnet add package Fable.Browser.Dom
dotnet add package Fable.React
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment