Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 627 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 627 Bytes

giraffe_test

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

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

Run the application

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

dotnet run src/giraffe_test

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