https://github.com/sycamore-rs/sycamore-trunk-gitpod-template
A quickstart template for Sycamore + Trunk + www.gitpod.io
https://github.com/sycamore-rs/sycamore-trunk-gitpod-template
gitpod sycamore template trunk
Last synced: about 1 year ago
JSON representation
A quickstart template for Sycamore + Trunk + www.gitpod.io
- Host: GitHub
- URL: https://github.com/sycamore-rs/sycamore-trunk-gitpod-template
- Owner: sycamore-rs
- Archived: true
- Created: 2021-03-08T04:39:57.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T09:50:27.000Z (over 1 year ago)
- Last Synced: 2024-11-16T23:32:22.670Z (over 1 year ago)
- Topics: gitpod, sycamore, template, trunk
- Language: Rust
- Homepage: https://github.com/sycamore-rs/sycamore
- Size: 151 KB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> ⚠️⚠️⚠️ Archived: use [`sycamore-rs/start`](https://github.com/sycamore-rs/start) instead.
# Sycamore Trunk Gitpod Template
This is template for [Sycamore](https://github.com/sycamore-rs/sycamore) + [Trunk](https://trunkrs.dev/) on [gitpod.io](https://www.gitpod.io).
[](https://gitpod.io/#https://github.com/sycamore-rs/sycamore-trunk-gitpod-template)
## Usage
For a more thorough explanation of Trunk and its features, please head over to the [repository](https://github.com/thedodd/trunk).
### 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
```bash
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.