https://github.com/cfsamson/templ-trunk-seed
A trunk + Seed starter template
https://github.com/cfsamson/templ-trunk-seed
Last synced: 2 months ago
JSON representation
A trunk + Seed starter template
- Host: GitHub
- URL: https://github.com/cfsamson/templ-trunk-seed
- Owner: cfsamson
- Created: 2021-03-24T15:21:43.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-24T15:28:35.000Z (about 4 years ago)
- Last Synced: 2025-02-09T22:22:31.624Z (4 months ago)
- Language: Rust
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trunk - Seed template
A `cargo-generate` template for setting up a [Trunk](https://github.com/thedodd/trunk) + [Seed](https://seed-rs.org/) project.
## Usage
If you haven't installed `cargo generate` run `cargo install cargo-generate`. If
you don't have OpenSSL installed on the system run
`cargo install cargo-generate --features vendored-openssl`.1. Install Trunk: `cargo install --locked trunk` (see the
[instructions](https://github.com/thedodd/trunk#install) for more details)
2. Run `cargo generate --git https://github.com/cfsamson/templ-trunk-seed -n "my-project-name"To serve run `trunk serve --open`