/wasm-vite-template

An opinionated template for using rust wasm with vite

Primary LanguageNix

wasm-vite-template

An opinionated template for using rust wasm with vite

cargo generate --git https://github.com/BatteredBunny/wasm-vite-template

Nix

git add *.nix

Build

nix build

Shell

nix develop

Makefile usage

Build

make

Start dev server

make dev

Preview production build

make start