create-rust-app icon indicating copy to clipboard operation
create-rust-app copied to clipboard

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

Results 32 create-rust-app issues
Sort by recently updated
recently updated
newest added

Hey, I did not how to contact you, so I decided to open a Issue. I'd love to contribute to this project because I was looking for something like, I...

The task here is to add CRUD features to the admin dashboard. Currently, we only read information from the database but don't have means of modifying it. ### *Creating* Generate...

plugin

We can embed something like this into the development plugin: https://github.com/mjmlio/mjml It should help write/maintain emails.

plugin

https://github.com/tvallotton/models this tool will generate migrations for structs as long as they are annotated with a derive model macro and macros to describe the constraints on the sql fields. this...

# Adding a backend framework ### Base requirements for each framework: - [ ] Add new framework option to CLI, update `BackendFramework` enum - [ ] `main.rs` which starts the...

backend-framework

Some projects may require queues -- for them, it might help to have `lapin` setup and connected with a local RabbitMQ instance. # Plugin Requirements Backend - [ ] Connect...

plugin

The first step here is to create an outline for documentation sections such. From there, we can create more issues to populate individual sections. Here are some sections we can't...

documentation

Add test stubs for `actix-web`

backend-framework

Add test stubs for `poem-web`

backend-framework

Some users prefer not to have the initial template which showcases functionality and plugins. We should add a `--blank` option to the CLI which generates a project that doesn't have...

boilerplate