Bolero
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.
File Explorer
Download Latest Version (.zip)- Build.fs
- build.fsproj
- paket.references
- Utility.fs
- dotnet-tools.json
- build.yml
- publish.yml
- bolero.code-workspace
- launch.json
- tasks.json
- Attr.fs
- attrs.csv
- Bolero.fsproj
- Bolero.targets
- Cmd.fs
- Components.fs
- events.csv
- Node.fs
- NodeTypes.fs
- paket.references
- paket.template
- Program.fs
- ProgramRun.fs
- Ref.fs
- Remoting.Client.fs
- Remoting.fs
- RenderMode.fs
- roots.xml
- Router.fs
- tags.csv
- TemplatingInternals.fs
- Virtualize.fs
- AssemblyResolver.cs
- Bolero.Build.csproj
- Bolero.Build.props
- Bolero.Build.targets
- BoleroApplyCssScopes.cs
- BoleroStripFSharpMetadata.cs
- paket.references
- paket.template
- Bolero.Html.fsproj
- Bolero.Html.net8.fsproj
- Builders.fs
- Html.fs
- paket.references
- launchSettings.json
- Common.fs
- Endpoints.fs
- Middleware.fs
- Bolero.Server.fsproj
- Components.fs
- Extensions.fs
- HostConfig.fs
- Html.fs
- HttpContext.fs
- paket.references
- paket.template
- Bolero.Templating.Provider.fsproj
- CodeGen.fs
- ConvertExpr.fs
- ConvertExprSequential.fs
- paket.references
- Parsing.fs
- Path.fs
- Provider.fs
- Utilities.fs
- Components.cs
- Components.Rendering.cs
- Microsoft.AspNetCore.Components.csproj
- paket.references
- Library.fs
- Microsoft.AspNetCore.Components.Web.fsproj
- paket.references
- Trimmable.fs
- launchSettings.json
- .nojekyll
- index.html
- Client.fsproj
- collection.html
- Main.fs
- MyApp.bolero.css
- paket.references
- Startup.fs
- launchSettings.json
- form.html
- index.html
- Main.fs
- main.html
- paket.references
- Remoting.Client.fsproj
- _Host.cshtml
- launchSettings.json
- appSettings.json
- paket.references
- Program.fs
- Remoting.Server.fsproj
- launchSettings.json
- Page.fs
- paket.references
- Program.fs
- Server.fsproj
- launchSettings.json
- Elmish.fs
- Html.fs
- Remoting.fs
- Routing.fs
- Templating.fs
- Fixture.fs
- paket.references
- Program.fs
- Startup.fs
- Unit.fsproj
- Utility.fs
- launchSettings.json
- index.html
- testtemplate.html
- App.fs
- Elmish.fs
- Html.fs
- paket.references
- Remoting.fs
- Routing.fs
- Startup.fs
- Templating.fs
- Unit.Client.fsproj
- gh-pages.ps1
- .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 RecommendedPrerequisites
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
Was this content helpful?
(0 ratings)
