This code repository serves as a learning aid for the talk "Learning FP Through Construction : Fundamentals" by Cameron Presley (@pcameronpresley)
- For the .NET version, will need .NET Core 3.0 installed
- For the TypeScript version, will need Node (v 10.16) and NPM (v. 6.9) installed
- In a command prompt, navigate to the MarsRoverDotNet folder
- Enter
dotnet run
- In a command prompt, navigate to the MarsRoverTypeScript folder
- Enter
npm install
- After the install completes, enter
npm start