Bolero

(โ˜… 1,129)

Bolero brings Blazor to F# developers with an easy to use Model-View-Update architecture, HTML combinators, hot reloaded templates, type-safe endpoints, advanced routing and remoting capabilities, and more.

  • .editorconfig
  • .gitattributes
  • .gitignore
  • Bolero.sln.DotSettings
  • Bolero.slnx
  • build.ps1
  • CHANGELOG.md
  • CONTRIBUTING.md
  • Directory.Build.props
  • global.json
  • LICENSE.md
  • paket.dependencies
  • paket.lock
  • README.md
  • version.json

๐Ÿš€ Installation Guide

1. Get the code
git clone https://github.com/fsbolero/Bolero

Downloads the entire project code from GitHub to your computer.

cd Bolero

Moves into the project folder you just downloaded.

2. .NET

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • .NET SDK The SDK required for the dotnet command.
dotnet new install Bolero.Templates

Type this command into your terminal and run it.

dotnet new bolero-app -o MyBoleroApp

Type this command into your terminal and run it.

dotnet run --project src/MyBoleroApp.Server

Builds the project and runs it immediately.

โœ… After dotnet run, check the message or address shown in the terminal.

Pulled directly from this repo's README.

// repository documentation