Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mondeja/actix-react-starter-template

Rust + Typescript app starter template with ACTIX and React.
https://github.com/mondeja/actix-react-starter-template

actix actix-web react reactjs rust starter-template typescript

Last synced: about 1 month ago
JSON representation

Rust + Typescript app starter template with ACTIX and React.

Awesome Lists containing this project

README

        

# [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.

[actix]: https://actix.rs
[rust]: https://www.rust-lang.org/
[react]: https://reactjs.org
[typescript]: https://www.typescriptlang.org/
[posix]: https://en.wikipedia.org/wiki/POSIX
[pre-commit]: https://pre-commit.com