Files
tuono/examples
Valerio Ageno 672e4b69d7 Proxy vite dev server (#10)
* refactor: pass reqwest from tuono_lib crate and prepared vite_reverse_proxy

* feat: add proxy entry point on vite side

* refactor: internal_handlers_folder

* feat: handle vite websocket tunnel

* feat: handle unexpect WebSocket messages

* feat: split dev/prod ssr handling

* feat: split js/rust bundle reloading

* feat: prevent close error on websocket connection

* feat: remove vite proxy on prod server

* feat: update version to v0.4.0
2024-07-07 11:44:36 +02:00
..
2024-07-02 21:59:30 +02:00
2024-07-07 11:44:36 +02:00
2024-06-15 21:02:10 +02:00

Tuono examples

This folder includes all the official tuono starters.

To simply scaffold the base project run in your terminal:

$ tuono new [NAME]

You can install any example included in this folder by just using the --template flag:

$ tuono new [NAME] --template [TEMPLATE] 

[TEMPLATE] is the folder name.