cmsd2 / rust-iron-react-webpack

Example webapp using Rust + Iron + React + Webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example rust iron webapp with react and webpack

Nitrous Quickstart

Create a free development environment for this example webapp project in the cloud on Nitrous.io by clicking the button below.

Nitrous Quickstart

In the IDE, start this example webapp via Run > Start Rust Iron React Webpack and access your site via Preview > 3000.

Building

  1. clone this repo
  2. optionally export RUST_LOG=hyper=DEBUG,iron_react_webpack=DEBUG
  3. cargo run &
  4. cd web && npm install && npm start
  5. browse to localhost:3000
  6. login with admin:admin

Requirements

  1. rust stable
  2. nodejs

About

Example webapp using Rust + Iron + React + Webpack


Languages

Language:JavaScript 54.4%Language:Rust 44.3%Language:CSS 1.0%Language:HTML 0.3%