Create Rust App

License: MIT OR Apache-2.0

Set up a modern rust+react web app by running one command. Join us on discord.

create-rust-app.dev

Requirements

Install

sh cargo install create-rust-app_cli

Quick start

```sh create-rust-app my-todo-app

.. select backend framework, plugins, etc.

```

```sh

Code-gen resources for your project

cd ./my-todo-app create-rust-app

.. select resource type / properties

```

Features

1. Project creation

rust create-rust-app create <project_name>

Available Plugins

2. Code-gen to reduce boilerplate

sh cargo dsync

sh cargo tsync

sh cd my_project && create-rust-app

Walkthrough (old)

Gif

Contributing

Questions and comments are welcome in the issues section!

If you're experiencing slow compilation time, make sure there isn't any bloat in the template files (look for node_modules or typescript / parcel caches and delete them). Moreover, you can try using the mold linker which may also improve compilation times.