Create Rust App

License: MIT OR Apache-2.0

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

Features

Walkthrough

Video: https://github.com/Wulf/create-rust-app/tree/main/src/docs/create-rust-app.mp4

Gif

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 ```

Todo