Create Rust App

License: MIT OR Apache-2.0

Set up a modern rust+react web app by running one command.

Requirements

Install

sh cargo install tsync cargo install create-rust-app

Quick start

```sh

Creates a new rust+react project

create-rust-app --project ./workspace/my-todo-app

cd my-todo-app

Add authentication to your app

create-rust-app --add plugin auth

Scaffold CRUD for a Note model

create-rust-app --add resource note ```

Features

Walkthrough

Gif