A seed implementation of nickel/bootstrap
- Install the latest version of rust.
- Clone this repo
- Use
cargo run
to build and run it.
Providing everything went swimmingly - you should have nickel-bootstrap loaded and listening on 127.0.0.1:6767
.
This is intended as a starting point for your own nickel.rs webapps. nickel-bootstrap is under the MIT licence, feel free to turn it into whatever you wish.
I've picked some directories for holding files, but nickel is hot off the press, things haven't stabilized yet.
- I put my mustache templates in templates
- I put my static files in public
- Routes are configured in src/main.rs
Please do! Starring and sharing counts.