An open API service indexing awesome lists of open source software.

https://github.com/cryptoc1/statiq-blazor-poc


https://github.com/cryptoc1/statiq-blazor-poc

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Statiq Blazor PoC

The following repository contains a solution that demonstrates pre-rendering a Blazor app using Statiq.

## Usage

Navigate to the Generator project:
```
$ cd src/Generator
```

Start the site in preview mode:
```
$ dotnet run -- preview
```

Navigate your browser to `http://localhost:5080`.