Build & run#

Your project is ready? Then it’s time to build and run it.

Setup environment#

> dotnet new tool-manifest
> dotnet tool install fable --prerelease

Build#

If you are buliding an F# script:

> dotnet fable --lang py project.fsx

If you are buliding an F# project:

> dotnet fable --lang py project.fsproj

Run#

> python project.py