⚠️ ⚠️ ⚠️ Archived: usesycamore-rs/start
instead.
This is template for Sycamore + Trunk on gitpod.io.
For a more thorough explanation of Trunk and its features, please head over to the repository.
Just click on the button above to start a workspace. Trunk will automatically be installed and a dev server will automatically be started.
trunk build --release
This builds the app in release mode similar to cargo build --release
.
You can also pass the --release
flag to trunk serve
if you need to get every last drop of performance.
Unless overwritten, the output will be located in the dist
directory.
This template is intended to be used as a quick way to test out something using Sycamore without having to setup a local environnement.