KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
fsharp-giraffe-sample
★ 8
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
usb_gadget
:
Configure USB Gadget devices
fivem-smell
:
Allows the ability for a player on a fivem server to attach a smell to their character for roleplay purposes
go-crowd
:
Go package for working with Atlassian Crowd REST API
newsScraper
:
News Scraper
Color
:
Herein attached are all thy scripts for Color Gamut Expansion.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
fsharp-giraffe-sample
?
Download (.md)
# firstGiraffe A [Giraffe](https://github.com/giraffe-fsharp/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 ``` ### 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 src/firstGiraffe ``` After the application has started visit [http://localhost:5000](http://localhost:5000) in your preferred browser.