Skip to content

mondeja/actix-react-starter-template

Repository files navigation

ACTIX (Rust) + React (Typescript) starter template

Rust + Typescript app starter template with ACTIX and React.

Basic architecture

  • The backend code is located at ./server and the frontend at ./client.
  • There is a POSIX shell wrapper script to build and run at ./run, so easy!
  • Includes a pre-commit configuration for CI checks.

See CONTRIBUTING.md for how to setup and develop.