Skip to content
/ tuono Public
forked from tuono-labs/tuono

⚡ Superfast fullstack React framework

License

Notifications You must be signed in to change notification settings

getong/tuono

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation | Tutorial | Discord | ✨Contributing

Tuono

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:

  • 🟦 Native Typescript
  • 🌐 Next.js like Routing
  • 🍭 CSS/SCSS modules
  • 🧬 Server Side Rendering
  • 🔥 Hot Module Reload

Documentation

The documentation is available on tuono.dev.

Installation

Available on MacOS, Linux and Windows.

cargo install tuono

Getting started

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

Contributing

Any help or suggestion will be appreciated and encouraged. Check the ✨Contributing page

License

This project is licensed under the MIT License.

About

⚡ Superfast fullstack React framework

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 52.1%
  • TypeScript 47.2%
  • Dockerfile 0.7%