unreact 0.2.0-alpha7

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

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

unreact = {version = "*"}
cargo run -- --dev

Production

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