dieron / mycontacts-fsharp

Very simple "My Contacts" site built using Giraffe and F#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mycontacts

A Giraffe web application, which has been created via the dotnet new giraffe command.

Displays contact information of a person

Build and test the application

Windows

Run the build.bat script in order to restore, build and test (if you've selected to include tests) the application:

> ./build.bat

Linux/macOS

Run the build.sh script in order to restore, build and test (if you've selected to include tests) the application:

$ ./build.sh

Run the application

After a successful build you can start the web application by executing the following command in your terminal:

dotnet run -p src/mycontacts

After the application has started visit http://localhost:5000 in your preferred browser.

About

Very simple "My Contacts" site built using Giraffe and F#

License:MIT License


Languages

Language:F# 90.0%Language:Dockerfile 7.3%Language:CSS 1.6%Language:Shell 0.6%Language:Batchfile 0.5%