Code for a blog site with a rust API backend + Typescript-React frontend. Walkthrough of frameworks + setup is done via posts on the site itself.

Requirements

  • Rust (tested on v1.41.0-nightly)
  • Node (tested on v12.12.0)

Running

  1. Spin up the API backend via cargo run
  2. Build the frontend dist via npm run start
  3. Navigate to http://localhost:8080