/trillium-template

a template application to get you started using trillium.rs

Primary LanguageRust

trillium.rs template

This scaffolding is a template repo on github. An easy way to get started building a trillium application is to

  1. click the green "Use this template" button on this repo
  2. clone it to your computer
  3. cd into the directory
  4. execute cargo run
  5. visit http://localhost:8080

To run the tests, execute cargo test

To learn more about trillium