Requirements:
- Git (optional)
- F#
I will assume that you have git
already installed.
- Instructions for Visual Studio and VS Code. If you use VS Code, be sure to install the "Ionide" plugin.
- Instructions for JetBrains Rider
- Clone the workshop repo locally. For example, by using
mkdir DmmfWorkshop
git clone https://github.com/swlaschin/DmmfWorkshop_8hr
- Open the code in your editor
- In VisualStudio/Rider, open the solution file
DmmfWorkshop.sln
- In VS Code, open the
/src
folder
- In VisualStudio/Rider, open the solution file
- Check that F# is working
- Open
src/00-HelloWorld.fsx
and follow instructions to check that F# is working
- Open