An open API service indexing awesome lists of open source software.

https://github.com/compositionalit/username-signup-result-demo


https://github.com/compositionalit/username-signup-result-demo

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Result techniques

This repo is a SAFE stack application designed to demonstrate techniques for working with the Result type.

It has a companion blog post here - check it out!

https://www.compositional-it.com/news-blog/demonstrating-result-techniques/

## Install pre-requisites

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

* [.NET SDK](https://www.microsoft.com/net/download) 8.0 or higher
* [Node 18](https://nodejs.org/en/download/) or higher
* [NPM 9](https://www.npmjs.com/package/npm) or higher

## Starting the application

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

```bash
dotnet run
```

Then open `http://localhost:8080` in your browser.

## SAFE Stack Documentation

If you want to know more about the full Azure Stack and all of it's components (including Azure) visit the official [SAFE documentation](https://safe-stack.github.io/docs/).

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

* [Saturn](https://saturnframework.org/)
* [Fable](https://fable.io/docs/)
* [Elmish](https://elmish.github.io/elmish/)