Skip to content

Implementation of the debriefing cube with F# and SAFE Stack

Notifications You must be signed in to change notification settings

play14team/debriefingcube-safe

Repository files navigation

The Debriefing Cube

This app is the online verion of The Debriefing Cube

Build

The application was developped using the SAFE Stack. It was created using the dotnet SAFE Template. If you want to learn more about the template why not start with the quick start guide?

Install pre-requisites

You'll need to install the following pre-requisites in order to build SAFE applications

  • The .NET Core SDK
  • The Yarn package manager (you can also use npm but the usage of yarn is encouraged).
  • Node LTS installed for the front end components.
  • If you're running on OSX or Linux, you'll also need to install Mono.

Work with the application

Before you run the project for the first time only you should install its local tools with this command:

dotnet tool restore

To concurrently run the server and the client components in watch mode use the following command:

dotnet fake build -t run

You can use the included arm-template.json file and build.fsx script to deploy you application as an Azure Web App. Consult the official template documentation to learn more.

SAFE Stack Documentation

You will find more documentation about the used F# components at the following places:

If you want to know more about the full Azure Stack and all of it's components (including Azure) visit the official SAFE documentation.

About

Implementation of the debriefing cube with F# and SAFE Stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published