https://github.com/compositionalit/username-signup-result-demo
https://github.com/compositionalit/username-signup-result-demo
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/compositionalit/username-signup-result-demo
- Owner: CompositionalIT
- License: mit
- Created: 2025-06-27T11:11:22.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-27T15:57:11.000Z (12 months ago)
- Last Synced: 2025-06-27T16:47:27.999Z (12 months ago)
- Language: F#
- Size: 52.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)