Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 640 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 640 Bytes

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.