Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mondeja/actix-react-starter-template
- Owner: mondeja
- License: bsd-3-clause
- Created: 2021-09-07T09:53:32.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-31T02:42:38.000Z (4 months ago)
- Last Synced: 2024-11-01T10:51:28.359Z (about 2 months ago)
- Topics: actix, actix-web, react, reactjs, rust, starter-template, typescript
- Language: Shell
- Homepage:
- Size: 3.05 MB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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