Unreact

A static site generation framework for Rust using Handlebars and Scss.

Submit issue here

Usage

For a quick start, check out Unreact Template

Development

toml unreact = {version = "*"}

bash cargo run -- --dev

Production

toml unreact = {version = "*", default-features = false}

bash cargo run