Skip to content

Code Repository that accompanies the Learning FP Through Construction : Fundamentals talk

License

Notifications You must be signed in to change notification settings

cameronpresley/FPThroughConstruction-Fundamentals

Repository files navigation

Purpose

This code repository serves as a learning aid for the talk "Learning FP Through Construction : Fundamentals" by Cameron Presley (@pcameronpresley)

Dependencies

  • 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

Running the .NET Core Version

  • In a command prompt, navigate to the MarsRoverDotNet folder
  • Enter dotnet run

Running the TypeScript Version

  • In a command prompt, navigate to the MarsRoverTypeScript folder
  • Enter npm install
  • After the install completes, enter npm start

About

Code Repository that accompanies the Learning FP Through Construction : Fundamentals talk

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published