TheSharperDev

Posts about C# and F#

Introducing My Giraffe F# WebApp Template

I wanted to share what I’ve been working on lately.

A Giraffe WebApp Template.

My goal: Create a resource for people wanting a full stack F# experience.

For the last couple years I’ve played around with F#, started simple projects and never really got much traction with it. Ideally this and some documentation I create around it could help cutdown on learning time for others in the same boat.

Right now it:

  • Generates a simple F# Giraffe WebApp
  • Provides database migrations scripts for user management

What I want it to do in the future:

  • Provide some built in pages and styling
  • Add examples of handlers, security, database queries, logging, etc.

Open a ticket if you want to discuss anything about it.