https://github.com/cryptoc1/statiq-blazor-poc
https://github.com/cryptoc1/statiq-blazor-poc
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/cryptoc1/statiq-blazor-poc
- Owner: Cryptoc1
- Created: 2023-03-07T20:22:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T20:32:13.000Z (over 3 years ago)
- Last Synced: 2025-08-19T04:51:31.808Z (10 months ago)
- Language: C#
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.