Skip to content

curiosity-ai/tesserae

Repository files navigation

Build Status

tesserae

Tesserae is a UI toolkit for building websites entirely in C#, inspired by Microsoft's Fluent UI toolkit.

It uses the h5 C# to Javascript compiler to provide an easy to use, strongly typed UI development experience.

Usage

Using NuGet:

Nuget

install-package Tesserae

Local development

For development, we recomend installing the dotnet serve global tool, so you can test your site locally:

cd \bin\Debug\netstandard2.0\h5\
dotnet serve --port 5000
start http://localhost:5000/

Samples

The Tesserae.Tests project contains multiple samples of how to use this library. It is also built automatically and hosted on our website.