seed-rs / seed-quickstart

Bare essentials to start a Seed app.
https://seed-rs.org/
101 stars 28 forks source link

Template could be much simpler with `trunk`. #44

Open mwillsey opened 3 years ago

mwillsey commented 3 years ago

The seed README recommends using trunk to quickstart, but this template doesn't use it. If you do use trunk, much of this template is unnecessary: index.html can be much simpler, Makefile.toml can just be deleted, and you can use a binary project instead of a cdylib.