seed-quickstart
seed-quickstart copied to clipboard
Bare essentials to start a Seed app.
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,...
I think using this pattern doesn't make it obvious for how users might expand on the example. If a user does decide to use a struct as their model, the...
Example: ```toml [tasks.build_dist] description = "Build with wasm-pack in release mode and move important files to dist folder" dependencies = ["build_release"] script = [ ''' #!@duckscript rm -r dist mkdir...
On mac when cloning and then `cargo make serve` I get the following error on Chrome and Firefox: The server responded with a non-JavaScript MIME type of "text/html". Strict MIME...
build error