Create a free development environment for this example webapp project in the cloud on Nitrous.io by clicking the button below.
In the IDE, start this example webapp via Run > Start Rust Iron React Webpack
and access your site via Preview > 3000
.
- clone this repo
- optionally export RUST_LOG=hyper=DEBUG,iron_react_webpack=DEBUG
- cargo run &
- cd web && npm install && npm start
- browse to localhost:3000
- login with admin:admin
- rust stable
- nodejs