Hits.Web.Template 0.0.6

dotnet new install Hits.Web.Template::0.0.6
                    
This package contains a .NET Template Package you can call from the shell/command line.

Hits.Web.Template NuGet

Strongly opinionated modification of amazing SAFE Stack Template and SAFEr.Template for full-stack development in F#. 🔥 Now with Azure Functions (isolated) backend support!

Installation

Install Hits.Web.Template:

dotnet new --install Hits.Web.Template

Create new directory for your kick-ass full-stack next-unicorn app:

mkdir NextUnicornApp
cd NextUnicornApp

Create Application:

dotnet new hitsweb

Install Dependencies (if needed)

npm install yarn -g
npm install -g azure-functions-core-tools

Or Upgrade Azure Function Tools

npm upgrade -g azure-functions-core-tools

Restore dotnet tools:

dotnet tool restore

And start it in development mode:

dotnet run

Your application is now running on:

http://localhost:8080 // fable frontend
http://localhost:7071 // backend API for Azure Functions

Disclaimer

I stole... I mean I was inspired by the Idea from https://github.com/Dzoukr/SAFEr.Template and only changed the code a little bit and removed paket and use nuget.

  • Fable 4
  • Feliz
  • Feliz.Elmish
  • Vite
  • DaisyUI 4
  • Nuget
  • .NETStandard 2.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.0.6 332 6/7/2025
0.0.5 3,653 11/19/2023
0.0.2-beta 735 6/17/2023
0.0.1-beta 628 5/23/2022

Updated Packages; DaisyUI 5; .NET 9