Crates.io | tuono_lib |
lib.rs | tuono_lib |
version | |
source | src |
created_at | 2024-05-25 10:20:01.972982+00 |
updated_at | 2025-02-12 17:39:52.951742+00 |
description | Superfast React fullstack framework |
homepage | https://tuono.dev |
repository | https://github.com/tuono-labs/tuono |
max_upload_size | |
id | 1251887 |
Cargo.toml error: | TOML parse error at line 22, column 1 | 22 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Documentation | Tutorial | Discord | ✨Contributing
Tuono is a full-stack web framework for building React applications using Rust as the backend with a strong focus on usability and performance.
Tuono (Italian word for "thunder", pronounced /2 Oh No/). Why Tuono? Just a badass name.
If you have experience with Next.js you will feel home here.
Some of its features are:
The documentation is available on tuono.dev.
Available on MacOS, Linux and Windows.
cargo install tuono
Create a new project with:
tuono new [PROJECT_NAME]
You can optionally pass the --template (or -t) flag to directly start from a template
Now just install the dependencies with you favourite JS package manager (i.e. npm install
) and start the development environment
tuono dev
Any help or suggestion will be appreciated and encouraged. Check the ✨Contributing page
This project is licensed under the MIT License.