ousado / tsycamore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sycamore Trunk Gitpod Template

This is template for Sycamore + Trunk on gitpod.io.

Open in Gitpod

Usage

For a more thorough explanation of Trunk and its features, please head over to the repository.

Running

Just click on the button above to start a workspace. Trunk will automatically be installed and a dev server will automatically be started.

Release

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.

Using this template

This template is intended to be used as a quick way to test out something using Sycamore without having to setup a local environnement.

About


Languages

Language:Rust 68.9%Language:HTML 23.7%Language:SCSS 7.4%